Skip to content
This repository was archived by the owner on May 4, 2020. It is now read-only.

Commit bb7dbf8

Browse files
author
Long Ho
committed
1 parent f20a2d4 commit bb7dbf8

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

packages/eslint-plugin-formatjs/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.2.0](https://github.com/formatjs/formatjs/compare/[email protected]@2.2.0) (2020-04-24)
7+
8+
9+
### Bug Fixes
10+
11+
* **eslint-plugin-formatjs:** fix issues with spread element in ([68acfaf](https://github.com/formatjs/formatjs/commit/68acfafdf86907db26a59b447f31bed7d4724466))
12+
13+
14+
### Features
15+
16+
* **eslint-plugin-formatjs:** Add `literal` option to `enforce-description` & `enforce-default-message` ([f20a2d4](https://github.com/formatjs/formatjs/commit/f20a2d4546d2c8cbffec5fa05792649488bbfda1))
17+
18+
19+
20+
21+
622
## [2.1.5](https://github.com/formatjs/formatjs/compare/[email protected]@2.1.5) (2020-04-20)
723

824
**Note:** Version bump only for package eslint-plugin-formatjs

packages/eslint-plugin-formatjs/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/eslint-plugin-formatjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-formatjs",
3-
"version": "2.1.5",
3+
"version": "2.2.0",
44
"description": "ESLint plugin for formatjs",
55
"main": "dist/index.js",
66
"files": [

0 commit comments

Comments
 (0)