From 7a0b38db9d4ec1562fc7786b6403096f35b20023 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 25 Dec 2023 21:05:21 +0000 Subject: [PATCH] chore(release): 1.9.28 [skip ci] ## [1.9.28](https://github.com/enter-at/eslint-config-typescript-prettier/compare/v1.9.27...v1.9.28) (2023-12-25) ### Bug Fixes * **deps:** update typescript-eslint monorepo to v6.16.0 ([be7877f](https://github.com/enter-at/eslint-config-typescript-prettier/commit/be7877f270fb6230d37660e699c18b6da11af674)) --- 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 e9d94356..62af437d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.9.28](https://github.com/enter-at/eslint-config-typescript-prettier/compare/v1.9.27...v1.9.28) (2023-12-25) + + +### Bug Fixes + +* **deps:** update typescript-eslint monorepo to v6.16.0 ([be7877f](https://github.com/enter-at/eslint-config-typescript-prettier/commit/be7877f270fb6230d37660e699c18b6da11af674)) + ## [1.9.27](https://github.com/enter-at/eslint-config-typescript-prettier/compare/v1.9.26...v1.9.27) (2023-12-24) diff --git a/package-lock.json b/package-lock.json index aa351c32..1a363664 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@enter-at/eslint-config-typescript-prettier", - "version": "1.9.27", + "version": "1.9.28", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@enter-at/eslint-config-typescript-prettier", - "version": "1.9.27", + "version": "1.9.28", "license": "Apache-2.0", "dependencies": { "@typescript-eslint/eslint-plugin": "^6.4.1", diff --git a/package.json b/package.json index 576c3601..edbe83e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@enter-at/eslint-config-typescript-prettier", - "version": "1.9.27", + "version": "1.9.28", "description": "Enterat's ESLint config with TypeScript and Prettier support.", "main": "index.js", "publishConfig": {