diff --git a/CHANGELOG.md b/CHANGELOG.md index ca70881..a357895 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +### [1.0.2](https://github.com/b2broker/typescript-eslint-config/compare/v1.0.1...v1.0.2) (2021-04-20) + +### Dependencies + +- upgrade `[@typescript-eslint](https://github.com/typescript-eslint)` to `v4.22.0` ([1fd8add](https://github.com/b2broker/typescript-eslint-config/commit/1fd8add2b088bc0eeaf8b2466d35186647f23646)) +- upgrade `eslint-config-b2broker` to `v1.0.4` ([0284998](https://github.com/b2broker/typescript-eslint-config/commit/028499858468ac5559007c1fe24bd44b014ffcc9)) +- upgrade `typescript` to `v4.2.4` ([fc39e36](https://github.com/b2broker/typescript-eslint-config/commit/fc39e36f1cc2eb6cc441de6c93f6471f5e265a12)) + ### [1.0.1](https://github.com/b2broker/typescript-eslint-config/compare/v1.0.0...v1.0.1) (2021-03-03) ### Dependencies diff --git a/package-lock.json b/package-lock.json index 3ba495e..baaada6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-config-b2broker-ts", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "eslint-config-b2broker-ts", - "version": "1.0.1", + "version": "1.0.2", "license": "AGPL-3.0", "dependencies": { "@typescript-eslint/eslint-plugin": "^4.22.0", diff --git a/package.json b/package.json index 5fd4b7f..8905da2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-b2broker-ts", - "version": "1.0.1", + "version": "1.0.2", "description": "Shareable ESLint config", "main": "index.js", "type": "commonjs",