From a15c932bb294395079d358958a4c4d365f0a7af2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 20 Jan 2024 06:53:59 +0000 Subject: [PATCH] chore(release): 43.0.1 [skip ci] ## [43.0.1](https://github.com/mightyiam/eslint-config-standard-with-typescript/compare/v43.0.0...v43.0.1) (2024-1-20) ### Build system / dependencies * rm add-to-project workflow ([8d2f497](https://github.com/mightyiam/eslint-config-standard-with-typescript/commit/8d2f497a034c7085743b4da6b7f325166aa54699)) ### Documentation * update repository urls ([932ffce](https://github.com/mightyiam/eslint-config-standard-with-typescript/commit/932ffce3ee5053062e706ca2967f1690f66a8bef)) --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4f56f26..28b5fce1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [43.0.1](https://github.com/mightyiam/eslint-config-standard-with-typescript/compare/v43.0.0...v43.0.1) (2024-1-20) + + +### Build system / dependencies + +* rm add-to-project workflow ([8d2f497](https://github.com/mightyiam/eslint-config-standard-with-typescript/commit/8d2f497a034c7085743b4da6b7f325166aa54699)) + + +### Documentation + +* update repository urls ([932ffce](https://github.com/mightyiam/eslint-config-standard-with-typescript/commit/932ffce3ee5053062e706ca2967f1690f66a8bef)) + ## [43.0.0](https://github.com/standard/eslint-config-standard-with-typescript/compare/v42.0.0...v43.0.0) (2023-12-16) diff --git a/package-lock.json b/package-lock.json index 415fda8d..ffb8e280 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-config-standard-with-typescript", - "version": "43.0.0", + "version": "43.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "eslint-config-standard-with-typescript", - "version": "43.0.0", + "version": "43.0.1", "license": "MIT", "dependencies": { "@typescript-eslint/parser": "^6.4.0", diff --git a/package.json b/package.json index 297b7188..e1895816 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-standard-with-typescript", - "version": "43.0.0", + "version": "43.0.1", "description": "An ESLint Shareable Config for JavaScript Standard Style with TypeScript support", "main": "lib/index.js", "scripts": {