diff --git a/CHANGELOG.md b/CHANGELOG.md index 593480b..5a6dff2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.0.11](https://github.com/atom-community/prettier-config-atomic/compare/v3.0.10...v3.0.11) (2022-07-03) + + +### Bug Fixes + +* update dependencies ([9fea372](https://github.com/atom-community/prettier-config-atomic/commit/9fea372cca83a9d29e13273b562f6338cf240e68)) + ## [3.0.10](https://github.com/atom-community/prettier-config-atomic/compare/v3.0.9...v3.0.10) (2022-06-22) diff --git a/package.json b/package.json index 7c1bad7..5b5401d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prettier-config-atomic", - "version": "3.0.10", + "version": "3.0.11", "description": "The Prettier configuration used in atom-community", "repository": "https://github.com/atom-community/prettier-config-atomic", "license": "MIT",