@i2analyze/eslint-config-i2connect 2.0.0-next.1 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -7
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,17 +1,12 @@
1
1
  # @i2analyze/eslint-config-i2connect
2
2
 
3
- ## 2.0.0-next.1
3
+ ## 2.0.0
4
4
 
5
5
  ### Major Changes
6
6
 
7
7
  - BREAKING CHANGE: Set 14.17.0 as the minimum supported node.js version.
8
- - BREAKING CHANGE: Update eslint dependency in i2connect-scripts to version 8, see [here](https://eslint.org/docs/8.0.0/user-guide/migrating-to-8.0.0) for the eslint migration guide.
9
-
10
- ## 2.0.0-next.0
11
-
12
- ### Major Changes
13
-
14
8
  - BREAKING CHANGE: Remove no-unused-vars suppression as we no longer use decorators.
9
+ - BREAKING CHANGE: Update eslint dependency in i2connect-scripts to version 8, see [here](https://eslint.org/docs/8.0.0/user-guide/migrating-to-8.0.0) for the eslint migration guide.
15
10
 
16
11
  ## 1.0.2
17
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@i2analyze/eslint-config-i2connect",
3
- "version": "2.0.0-next.1",
3
+ "version": "2.0.0",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public",