Skip to content

Commit 361fd1b

Browse files
committedNov 6, 2021
Prepare to release v2.2.1
1 parent 533b289 commit 361fd1b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
 

‎CHANGELOG.md

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

77
## [Unreleased][unreleased]
88

9+
## [2.2.1] - 2021-11-06
10+
### Fixed
11+
- Fixed exceptions always being thrown on PHP 7.3+ when parsing valid JSON5 with `JSON_THROW_ON_ERROR` explicitly set to true (#15)
12+
913
## [2.2.0] - 2020-11-29
1014
### Added
1115
- Added support for PHP 8.0
@@ -58,7 +62,8 @@ This release contains massive performance improvements of 98% or more, especiall
5862
### Added
5963
- Initial commit
6064

61-
[unreleased]: https://github.com/colinodell/json5/compare/v2.2.0...HEAD
65+
[unreleased]: https://github.com/colinodell/json5/compare/v2.2.1...HEAD
66+
[2.2.1]: https://github.com/colinodell/json5/compare/v2.2.0...v2.2.1
6267
[2.2.0]: https://github.com/colinodell/json5/compare/v2.1.0...v2.2.0
6368
[2.1.0]: https://github.com/colinodell/json5/compare/v2.0.0...v2.1.0
6469
[2.0.0]: https://github.com/colinodell/json5/compare/v1.0.5...v2.0.0

0 commit comments

Comments
 (0)
Please sign in to comment.