From 7ed2375b20bf7f914be638281bad24e07d460e93 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 2 Oct 2021 19:22:54 +0000 Subject: [PATCH] chore(release): 3.0.0 [skip ci] --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87a7c5d..d77f8ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index a2df244..389dff0 100644 --- a/package.json +++ b/package.json @@ -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",