Skip to content

Commit 7ed2375

Browse files
chore(release): 3.0.0 [skip ci]
1 parent e9e4b80 commit 7ed2375

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [3.0.0](https://github.com/atom-community/prettier-config-atomic/compare/v2.0.6...v3.0.0) (2021-10-02)
2+
3+
4+
### Bug Fixes
5+
6+
* use custom sort-package-json to put keywords in the end ([acca570](https://github.com/atom-community/prettier-config-atomic/commit/acca57044eeeec9425e0294fd4dd999e2f375905))
7+
8+
9+
### Features
10+
11+
* add prettier-plugin-packagejson ([047d6b2](https://github.com/atom-community/prettier-config-atomic/commit/047d6b2e38be2ac14d53c8d767c485f08793c78a))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* package.json is now sorted
17+
118
## [2.0.6](https://github.com/atom-community/prettier-config-atomic/compare/v2.0.5...v2.0.6) (2021-09-21)
219

320

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prettier-config-atomic",
3-
"version": "2.0.6",
3+
"version": "3.0.0",
44
"description": "The Prettier configuration used in atom-community",
55
"repository": "https://github.com/atom-community/prettier-config-atomic",
66
"license": "MIT",

0 commit comments

Comments
 (0)