From 878f654abb3f2812f02dd2e40e3cd4d1ba516286 Mon Sep 17 00:00:00 2001 From: Dmitriy Pashkevich Date: Thu, 26 Oct 2023 18:26:48 +0300 Subject: [PATCH] chore: release 1.0.1 --- CHANGELOG.md | 10 +++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f90b70..f4a3d31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.0.1](https://github.com/dipiash/eslint-plugin-nimbus-clean/compare/v1.0.0...v1.0.1) (2023-10-26) + + +### Bug Fixes + +* update eslint-plugin-sonarjs to latest version 0.21.0 ([6cbf2ff](https://github.com/dipiash/eslint-plugin-nimbus-clean/commit/6cbf2fffa8696d8e1a08648439fb9fdc5c35170f)) +* update package-lock.json ([9b45b56](https://github.com/dipiash/eslint-plugin-nimbus-clean/commit/9b45b562526a28994875be5711f0a024dea196b8)) + ## [1.0.0](https://github.com/dipiash/eslint-plugin-nimbus-clean/compare/v0.2.6...v1.0.0) (2023-10-24) @@ -103,4 +111,4 @@ * :ferris_wheel: fix env variables reading ([548aee9](https://github.com/dipiash/eslint-plugin-nimbus-clean/commit/548aee990fb21a9b10e6aac0cca0e5db9b710852)) * :ferris_wheel: fix node_modules innstall command ([2cefe39](https://github.com/dipiash/eslint-plugin-nimbus-clean/commit/2cefe39c6093e1a0e5c1564f65fbb6dcfbb356c7)) -* :ferris_wheel: fix release config ([6a38d6a](https://github.com/dipiash/eslint-plugin-nimbus-clean/commit/6a38d6aab9e19ac7a263d0b675bf99137f33d5db)) +* :ferris_wheel: fix release config ([6a38d6a](https://github.com/dipiash/eslint-plugin-nimbus-clean/commit/6a38d6aab9e19ac7a263d0b675bf99137f33d5db)) \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 4c4738d..7776c2d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-plugin-nimbus-clean", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "eslint-plugin-nimbus-clean", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "devDependencies": { "@commitlint/cli": "18.0.0", diff --git a/package.json b/package.json index 10631c2..8ecd718 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-nimbus-clean", - "version": "1.0.0", + "version": "1.0.1", "description": "A comprehensive linting solution that sweeps your code clean. Fly through your codebase with ease and precision!", "keywords": [ "eslint",