Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Oct 2, 2021
1 parent e9e4b80 commit 7ed2375
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [3.0.0](https://github.com/atom-community/prettier-config-atomic/compare/v2.0.6...v3.0.0) (2021-10-02)


### Bug Fixes

* use custom sort-package-json to put keywords in the end ([acca570](https://github.com/atom-community/prettier-config-atomic/commit/acca57044eeeec9425e0294fd4dd999e2f375905))


### Features

* add prettier-plugin-packagejson ([047d6b2](https://github.com/atom-community/prettier-config-atomic/commit/047d6b2e38be2ac14d53c8d767c485f08793c78a))


### BREAKING CHANGES

* package.json is now sorted

## [2.0.6](https://github.com/atom-community/prettier-config-atomic/compare/v2.0.5...v2.0.6) (2021-09-21)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prettier-config-atomic",
"version": "2.0.6",
"version": "3.0.0",
"description": "The Prettier configuration used in atom-community",
"repository": "https://github.com/atom-community/prettier-config-atomic",
"license": "MIT",
Expand Down

0 comments on commit 7ed2375

Please sign in to comment.