Skip to content

Commit 88f8c6b

Browse files
committedFeb 9, 2024
Prepare to release v3.0.0
1 parent 461a6bf commit 88f8c6b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
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+
## [3.0.0] - 2024-02-09
10+
11+
You should not notice any breaking changes in this release unless you were using named parameters, or ignoring argument types defined in docblocks.
12+
913
### Changed
1014
- Renamed function parameters to match `json_decode()`'s signature
1115
- `$source` is now `$json`
@@ -89,7 +93,8 @@ This release contains massive performance improvements of 98% or more, especiall
8993
### Added
9094
- Initial commit
9195

92-
[unreleased]: https://github.com/colinodell/json5/compare/v2.3.0...HEAD
96+
[unreleased]: https://github.com/colinodell/json5/compare/v3.0.0...HEAD
97+
[3.0.0]: https://github.com/colinodell/json5/compare/v2.3.0...v3.0.0
9398
[2.3.0]: https://github.com/colinodell/json5/compare/v2.2.2...v2.3.0
9499
[2.2.2]: https://github.com/colinodell/json5/compare/v2.2.1...v2.2.2
95100
[2.2.1]: https://github.com/colinodell/json5/compare/v2.2.0...v2.2.1

‎composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
},
5757
"extra": {
5858
"branch-alias": {
59-
"dev-main": "3.0-dev"
59+
"dev-main": "4.0-dev"
6060
}
6161
},
6262
"config": {

0 commit comments

Comments
 (0)
Please sign in to comment.