Skip to content

Commit de9814a

Browse files
github-actions[bot]github-actionsGudahtt
authored
1.0.0 (#135)
* 1.0.0 * Update changelog Co-authored-by: github-actions <[email protected]> Co-authored-by: Mark Stacey <[email protected]>
1 parent 89bd039 commit de9814a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.0.0]
10+
### Changed
11+
- **BREAKING**: Change `jsonSortOrder` option to a JSON string ([#118](https://github.com/Gudahtt/prettier-plugin-sort-json/pull/118))
12+
- This configuration option used to accept a file path. Now it accepts a JSON string instead. See the README for more details.
13+
914
## [0.0.3]
1015
### Added
1116
- Add `jsonSortOrder` option ([#92](https://github.com/Gudahtt/prettier-plugin-sort-json/pull/92))
@@ -34,7 +39,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3439
### Added
3540
- Initial release
3641

37-
[Unreleased]: https://github.com/Gudahtt/prettier-plugin-sort-json/compare/v0.0.3...HEAD
42+
[Unreleased]: https://github.com/Gudahtt/prettier-plugin-sort-json/compare/v1.0.0...HEAD
43+
[1.0.0]: https://github.com/Gudahtt/prettier-plugin-sort-json/compare/v0.0.3...v1.0.0
3844
[0.0.3]: https://github.com/Gudahtt/prettier-plugin-sort-json/compare/v0.0.2...v0.0.3
3945
[0.0.2]: https://github.com/Gudahtt/prettier-plugin-sort-json/compare/v0.0.1...v0.0.2
4046
[0.0.1]: https://github.com/Gudahtt/prettier-plugin-sort-json/releases/tag/v0.0.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prettier-plugin-sort-json",
3-
"version": "0.0.3",
3+
"version": "1.0.0",
44
"description": "Prettier plugin to sort JSON files alphanumerically by key",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)