Skip to content

Commit 2b0fabd

Browse files
committed
Prepare to release v2.2.2
1 parent 27a4031 commit 2b0fabd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
66

77
## [Unreleased][unreleased]
88

9+
## [2.2.2] - 2022-02-21
10+
911
### Fixed
1012
- Fixed "small" integers always being cast to strings when `JSON_BIGINT_AS_STRING` is set (#17)
1113
- Fixed exceptions not being thrown when invalid UTF-16 escape sequences are encountered in strings
@@ -66,7 +68,8 @@ This release contains massive performance improvements of 98% or more, especiall
6668
### Added
6769
- Initial commit
6870

69-
[unreleased]: https://github.com/colinodell/json5/compare/v2.2.1...HEAD
71+
[unreleased]: https://github.com/colinodell/json5/compare/v2.2.2...HEAD
72+
[2.2.2]: https://github.com/colinodell/json5/compare/v2.2.1...v2.2.2
7073
[2.2.1]: https://github.com/colinodell/json5/compare/v2.2.0...v2.2.1
7174
[2.2.0]: https://github.com/colinodell/json5/compare/v2.1.0...v2.2.0
7275
[2.1.0]: https://github.com/colinodell/json5/compare/v2.0.0...v2.1.0

0 commit comments

Comments
 (0)