From 91084b6c498ded0960991167d1fe367bc883d682 Mon Sep 17 00:00:00 2001 From: Edvard Chen Date: Sun, 15 May 2022 23:02:55 +0800 Subject: [PATCH] chore(release): 6.0.0-0 --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a417836..5f82276 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 9e965a6..052275d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-i18next", - "version": "5.2.1", + "version": "6.0.0-0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 250e17e..a85ffe0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-i18next", - "version": "5.2.1", + "version": "6.0.0-0", "description": "ESLint plugin for i18n", "keywords": [ "eslint",