diff --git a/CHANGELOG.md b/CHANGELOG.md index e2714fd7..cd99c99e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [36.1.1](https://github.com/standard/eslint-config-standard-with-typescript/compare/v36.1.0...v36.1.1) (2023-07-22) + + +### Build system / dependencies + +* automerge @types/ bumps ([09b9445](https://github.com/standard/eslint-config-standard-with-typescript/commit/09b9445cfda3f05b7616a9fc06451b8843c408e1)) + + +### Documentation + +* remove obsolete release doc ([677d0a5](https://github.com/standard/eslint-config-standard-with-typescript/commit/677d0a5117e1a36439c2586e9e2d2e73985368f8)), closes [#1186](https://github.com/standard/eslint-config-standard-with-typescript/issues/1186) + ## [36.1.0](https://github.com/standard/eslint-config-standard-with-typescript/compare/v36.0.1...v36.1.0) (2023-07-15) diff --git a/package.json b/package.json index 469070c4..960f036a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-standard-with-typescript", - "version": "36.1.0", + "version": "36.1.1", "description": "An ESLint Shareable Config for JavaScript Standard Style with TypeScript support", "main": "lib/index.js", "scripts": {