From 1ae908737698447a681b85971b54ff2031b7908e Mon Sep 17 00:00:00 2001 From: Dmitriy Pashkevich Date: Wed, 8 Nov 2023 19:43:12 +0200 Subject: [PATCH] chore: release 1.1.3 --- CHANGELOG.md | 8 ++++++++ README.md | 1 + docs/ja/README.md | 15 ++++++++------- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 20 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 068b1c2..dcda288 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.1.3](https://github.com/dipiash/eslint-plugin-nimbus-clean/compare/v1.1.2...v1.1.3) (2023-11-08) + + +### Documentations + +* **readme:** :memo: update readme on other languages ([a84215a](https://github.com/dipiash/eslint-plugin-nimbus-clean/commit/a84215a8f4ae4f58ff90e68214ea2c515106eabc)) +* **readme:** Add "Show your support" section ([07130a9](https://github.com/dipiash/eslint-plugin-nimbus-clean/commit/07130a9270a278ffd3dcb41f8d9ffc57cc3f39bf)) + ## [1.1.2](https://github.com/dipiash/eslint-plugin-nimbus-clean/compare/v1.1.1...v1.1.2) (2023-11-05) diff --git a/README.md b/README.md index 90babf4..d6a51d0 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ A comprehensive linting solution that sweeps your code clean. Fly through your c * [Prettier settings (optional)](#prettier-settings-optional) - [License](#license) - [Contributions](#contributions) +- [Show your support](#show-your-support) diff --git a/docs/ja/README.md b/docs/ja/README.md index fe311b1..bb7d377 100644 --- a/docs/ja/README.md +++ b/docs/ja/README.md @@ -12,13 +12,14 @@ -- [インストール](#%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB) -- [利用方法](#%E5%88%A9%E7%94%A8%E6%96%B9%E6%B3%95) - * [フルコンフィグ](#%E3%83%95%E3%83%AB%E3%82%B3%E3%83%B3%E3%83%95%E3%82%A3%E3%82%B0) - * [段階的な改善](#%E6%AE%B5%E9%9A%8E%E7%9A%84%E3%81%AA%E6%94%B9%E5%96%84) - * [Prettier 設定 (オプション)](#prettier-%E8%A8%AD%E5%AE%9A-%E3%82%AA%E3%83%97%E3%82%B7%E3%83%A7%E3%83%B3) -- [ライセンス](#%E3%83%A9%E3%82%A4%E3%82%BB%E3%83%B3%E3%82%B9) -- [コントリビューション](#%E3%82%B3%E3%83%B3%E3%83%88%E3%83%AA%E3%83%93%E3%83%A5%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3) + + [インストール](#%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB) + + [利用方法](#%E5%88%A9%E7%94%A8%E6%96%B9%E6%B3%95) + - [フルコンフィグ](#%E3%83%95%E3%83%AB%E3%82%B3%E3%83%B3%E3%83%95%E3%82%A3%E3%82%B0) + - [段階的な改善](#%E6%AE%B5%E9%9A%8E%E7%9A%84%E3%81%AA%E6%94%B9%E5%96%84) + - [Prettier 設定 (オプション)](#prettier-%E8%A8%AD%E5%AE%9A-%E3%82%AA%E3%83%97%E3%82%B7%E3%83%A7%E3%83%B3) + + [ライセンス](#%E3%83%A9%E3%82%A4%E3%82%BB%E3%83%B3%E3%82%B9) + + [コントリビューション](#%E3%82%B3%E3%83%B3%E3%83%88%E3%83%AA%E3%83%93%E3%83%A5%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3) +- [あなたのサポートをお願いします](#%E3%81%82%E3%81%AA%E3%81%9F%E3%81%AE%E3%82%B5%E3%83%9D%E3%83%BC%E3%83%88%E3%82%92%E3%81%8A%E9%A1%98%E3%81%84%E3%81%97%E3%81%BE%E3%81%99) diff --git a/package-lock.json b/package-lock.json index e0b6da3..b77c116 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-plugin-nimbus-clean", - "version": "1.1.2", + "version": "1.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "eslint-plugin-nimbus-clean", - "version": "1.1.2", + "version": "1.1.3", "license": "MIT", "devDependencies": { "@commitlint/cli": "18.0.0", diff --git a/package.json b/package.json index dc105c2..450a963 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-nimbus-clean", - "version": "1.1.2", + "version": "1.1.3", "description": "A comprehensive linting solution that sweeps your code clean. Fly through your codebase with ease and precision!", "keywords": [ "eslint",