@typescript-eslint/experimental-utils 4.0.2-alpha.9 → 4.1.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 +8 -2
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,10 +1,16 @@
1
1
  # Change Log
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
- This file is just a history of the commits included in each release.
5
- **For full release notes, please see [the github releases page](https://github.com/typescript-eslint/typescript-eslint/releases)**
6
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
7
5
 
6
+ # [4.1.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.0.1...v4.1.0) (2020-09-07)
7
+
8
+ **Note:** Version bump only for package @typescript-eslint/experimental-utils
9
+
10
+
11
+
12
+
13
+
8
14
  ## [4.0.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.0.0...v4.0.1) (2020-08-31)
9
15
 
10
16
  **Note:** Version bump only for package @typescript-eslint/experimental-utils
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typescript-eslint/experimental-utils",
3
- "version": "4.0.2-alpha.9+916e95a5",
3
+ "version": "4.1.0",
4
4
  "description": "(Experimental) Utilities for working with TypeScript + ESLint together",
5
5
  "keywords": [
6
6
  "eslint",
@@ -40,9 +40,9 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "@types/json-schema": "^7.0.3",
43
- "@typescript-eslint/scope-manager": "4.0.2-alpha.9+916e95a5",
44
- "@typescript-eslint/types": "4.0.2-alpha.9+916e95a5",
45
- "@typescript-eslint/typescript-estree": "4.0.2-alpha.9+916e95a5",
43
+ "@typescript-eslint/scope-manager": "4.1.0",
44
+ "@typescript-eslint/types": "4.1.0",
45
+ "@typescript-eslint/typescript-estree": "4.1.0",
46
46
  "eslint-scope": "^5.0.0",
47
47
  "eslint-utils": "^2.0.0"
48
48
  },
@@ -63,5 +63,5 @@
63
63
  ]
64
64
  }
65
65
  },
66
- "gitHead": "916e95a505689746dda38a67148c95cc7d207d9f"
66
+ "gitHead": "00a24706222254774121ee62038e67d0efa993e7"
67
67
  }