diff --git a/CHANGELOG.md b/CHANGELOG.md index e3fbd7a..8529364 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.1.0](https://github.com/b2broker/eslint-config/compare/v1.0.5...v1.1.0) (2021-08-11) + +### Features + +- add the `no-console` rule ([82fbfa7](https://github.com/b2broker/eslint-config/commit/82fbfa7dfcf03ce1a87f8752fc98789a4b2798c4)) + +### Dependencies + +- move `eslint` to `peerDependencies` ([7174ecd](https://github.com/b2broker/eslint-config/commit/7174ecd7b9da5cb80ea3e578047c2f699fe198bb)) + ### [1.0.5](https://github.com/b2broker/eslint-config/compare/v1.0.4...v1.0.5) (2021-05-31) ### Dependencies diff --git a/package-lock.json b/package-lock.json index 482116c..0cb203f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-config-b2broker", - "version": "1.0.5", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "eslint-config-b2broker", - "version": "1.0.5", + "version": "1.1.0", "license": "GPL-3.0", "devDependencies": { "@semantic-release/changelog": "^5.0.1", diff --git a/package.json b/package.json index 549576a..af09d2d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-b2broker", - "version": "1.0.5", + "version": "1.1.0", "description": "Shareable ESLint config", "main": "index.js", "type": "commonjs",