Skip to content

Commit

Permalink
Prepare to release v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
colinodell committed Feb 22, 2022
1 parent 27a4031 commit 2b0fabd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip

## [Unreleased][unreleased]

## [2.2.2] - 2022-02-21

### Fixed
- Fixed "small" integers always being cast to strings when `JSON_BIGINT_AS_STRING` is set (#17)
- Fixed exceptions not being thrown when invalid UTF-16 escape sequences are encountered in strings
Expand Down Expand Up @@ -66,7 +68,8 @@ This release contains massive performance improvements of 98% or more, especiall
### Added
- Initial commit

[unreleased]: https://github.com/colinodell/json5/compare/v2.2.1...HEAD
[unreleased]: https://github.com/colinodell/json5/compare/v2.2.2...HEAD
[2.2.2]: https://github.com/colinodell/json5/compare/v2.2.1...v2.2.2
[2.2.1]: https://github.com/colinodell/json5/compare/v2.2.0...v2.2.1
[2.2.0]: https://github.com/colinodell/json5/compare/v2.1.0...v2.2.0
[2.1.0]: https://github.com/colinodell/json5/compare/v2.0.0...v2.1.0
Expand Down

0 comments on commit 2b0fabd

Please sign in to comment.