From a1caff847c6f7fd5f3311398c123c65f848696d1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 28 Aug 2023 21:24:31 +0000 Subject: [PATCH] chore(release): 1.9.1 [skip ci] ## [1.9.1](https://github.com/enter-at/eslint-config-typescript-prettier/compare/v1.9.0...v1.9.1) (2023-08-28) ### Bug Fixes * **deps:** update typescript-eslint monorepo to v6.5.0 ([96a0c48](https://github.com/enter-at/eslint-config-typescript-prettier/commit/96a0c48175d00e64161d24bf9341da5776b1c16f)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6acc91dc..d638c725 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.9.1](https://github.com/enter-at/eslint-config-typescript-prettier/compare/v1.9.0...v1.9.1) (2023-08-28) + + +### Bug Fixes + +* **deps:** update typescript-eslint monorepo to v6.5.0 ([96a0c48](https://github.com/enter-at/eslint-config-typescript-prettier/commit/96a0c48175d00e64161d24bf9341da5776b1c16f)) + # [1.9.0](https://github.com/enter-at/eslint-config-typescript-prettier/compare/v1.8.0...v1.9.0) (2023-08-24) diff --git a/package-lock.json b/package-lock.json index cee7a3e8..131698a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@enter-at/eslint-config-typescript-prettier", - "version": "1.9.0", + "version": "1.9.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@enter-at/eslint-config-typescript-prettier", - "version": "1.9.0", + "version": "1.9.1", "license": "Apache-2.0", "dependencies": { "@semantic-release/changelog": "^6.0.3", diff --git a/package.json b/package.json index cbd2a0d5..bb48e289 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@enter-at/eslint-config-typescript-prettier", - "version": "1.9.0", + "version": "1.9.1", "description": "Enterat's ESLint config with TypeScript and Prettier support.", "main": "index.js", "publishConfig": {