Skip to content

Commit

Permalink
chore(release): 6.0.0-0
Browse files Browse the repository at this point in the history
  • Loading branch information
edvardchen committed May 15, 2022
1 parent 6eb1121 commit 91084b6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [6.0.0-0](https://github.com/edvardchen/eslint-plugin-i18next/compare/v5.2.1...v6.0.0-0) (2022-05-15)


### Features

* make mode defaults to jsx-text-only ([7cc75ab](https://github.com/edvardchen/eslint-plugin-i18next/commit/7cc75ab))
* support callees option ([1934216](https://github.com/edvardchen/eslint-plugin-i18next/commit/1934216))
* support option jsx-attributes ([08ae48b](https://github.com/edvardchen/eslint-plugin-i18next/commit/08ae48b))
* support option jsx-components ([99af7e1](https://github.com/edvardchen/eslint-plugin-i18next/commit/99af7e1))
* support option mode ([3193108](https://github.com/edvardchen/eslint-plugin-i18next/commit/3193108))
* support option object-properties ([484fcfb](https://github.com/edvardchen/eslint-plugin-i18next/commit/484fcfb))
* support option words ([874a694](https://github.com/edvardchen/eslint-plugin-i18next/commit/874a694))

### 5.2.1 (2022-05-05)

## 5.2.0 (2022-05-05)
Expand Down
2 changes: 1 addition & 1 deletion 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-i18next",
"version": "5.2.1",
"version": "6.0.0-0",
"description": "ESLint plugin for i18n",
"keywords": [
"eslint",
Expand Down

0 comments on commit 91084b6

Please sign in to comment.