From a7eeec8cac0a6032883b00282fcbcc313e1f7906 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 15 Apr 2024 07:41:56 +0000 Subject: [PATCH] chore(release): 1.1.1 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.1.1](https://github.com/1024pix/eslint-plugin/compare/v1.1.0...v1.1.1) (2024-04-15) ### :arrow_up: Montée de version - [#19](https://github.com/1024pix/eslint-plugin/pull/19) Update dependency node to v20.12.2 --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 809d8d0..513709f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.1.1](https://github.com/1024pix/eslint-plugin/compare/v1.1.0...v1.1.1) (2024-04-15) + +### :arrow_up: Montée de version + +- [#19](https://github.com/1024pix/eslint-plugin/pull/19) Update dependency node to v20.12.2 + # [1.1.0](https://github.com/1024pix/eslint-plugin/compare/v1.0.1...v1.1.0) (2024-04-09) ### :rocket: Amélioration diff --git a/package-lock.json b/package-lock.json index d59e4ef..c9095b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@1024pix/eslint-plugin", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@1024pix/eslint-plugin", - "version": "1.1.0", + "version": "1.1.1", "devDependencies": { "eslint": "^8.50.0" } diff --git a/package.json b/package.json index a104722..3e56009 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@1024pix/eslint-plugin", - "version": "1.1.0", + "version": "1.1.1", "description": "Des règles de lint pour les projets 1024pix", "main": "index.js", "scripts": {