From 6ad6c21daffa2d4a1067bbf13f474db60738daee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 14:29:08 +0100 Subject: [PATCH] chore(main): release 4.0.0 (#21) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d22cd70..45f3982 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [4.0.0](https://github.com/MobieTrain/eslint-config/compare/v3.4.1...v4.0.0) (2024-05-23) + + +### ⚠ BREAKING CHANGES + +* update npm dependencies to latest versions ([#20](https://github.com/MobieTrain/eslint-config/issues/20)) + +### Features + +* update npm dependencies to latest versions ([#20](https://github.com/MobieTrain/eslint-config/issues/20)) ([64cf1eb](https://github.com/MobieTrain/eslint-config/commit/64cf1eb0ff8f224c79a892835c00828baeefc2dd)) + ## [3.4.1](https://github.com/MobieTrain/eslint-config/compare/v3.4.0...v3.4.1) (2023-08-30) diff --git a/package-lock.json b/package-lock.json index 361e15d..b28c03e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mobietrain/eslint-config", - "version": "3.4.1", + "version": "4.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@mobietrain/eslint-config", - "version": "3.4.1", + "version": "4.0.0", "license": "ISC", "dependencies": { "@typescript-eslint/eslint-plugin": "7.10.0", diff --git a/package.json b/package.json index a950e51..21e80a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mobietrain/eslint-config", - "version": "3.4.1", + "version": "4.0.0", "description": "Sharable eslint configuration", "main": "index.js", "scripts": {