# Change Log All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] ### Added ### Changed ### Fixed ## [0.2.0] - 2023-09-23 ### Added - Added support for null and undefined values. ### Changed ### Fixed - Added testing for boolean values into the JSON lexer. ## [0.1.0] - 2023-09-17 ### Added - Initial release of ssedit that supports querying for values using JSONPath. ### Changed ### Fixed