Skip to content

Commit

Permalink
chore: release 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dipiash committed Nov 8, 2023
1 parent 961a9d1 commit 1ae9087
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 10 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

<!-- tocstop -->

Expand Down
15 changes: 8 additions & 7 deletions docs/ja/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@

<!-- toc -->

- [インストール](#%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)

<!-- tocstop -->

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 1ae9087

Please sign in to comment.