diff --git a/CHANGELOG.md b/CHANGELOG.md index f4a2ee5..e90f951 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [2.0.0](https://github.com/blockstack/eslint-config/compare/v1.0.0...v2.0.0) (2023-08-14) + + +### ⚠ BREAKING CHANGES + +* manually update to v2 for semantic release + +### Features + +* manually update to v2 for semantic release ([44f329f](https://github.com/blockstack/eslint-config/commit/44f329f000b411de3f4a02ce3bf55e62f7c3fd08)) + # 1.0.0 (2023-08-10) diff --git a/package.json b/package.json index aa1d0ba..e0d8d75 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/eslint-config", - "version": "1.0.0", + "version": "2.0.0", "description": "A re-usable ESLint config for Stacks projects", "main": "index.js", "repository": "https://github.com/blockstack/eslint-config",