We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ee6e5e commit b83ef61Copy full SHA for b83ef61
2 files changed
packages/eslint-plugin/CHANGELOG.md
@@ -3,6 +3,12 @@
3
All notable changes to this project will be documented in this file.
4
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
6
+## [1.1.1](https://github.com/bem/bem-react/compare/@bem-react/eslint-plugin@1.1.0...@bem-react/eslint-plugin@1.1.1) (2019-10-20)
7
+
8
+### Bug Fixes
9
10
+- **eslint-plugin:** case for destructuring ([e4e27e8](https://github.com/bem/bem-react/commit/e4e27e8))
11
12
# [1.1.0](https://github.com/bem/bem-react/compare/@bem-react/eslint-plugin@1.0.3...@bem-react/eslint-plugin@1.1.0) (2019-10-14)
13
14
### Features
packages/eslint-plugin/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@bem-react/eslint-plugin",
- "version": "1.1.0",
+ "version": "1.1.1",
"publishConfig": {
"access": "public"
},
0 commit comments