@angular-eslint/builder 12.5.1-alpha.7 → 12.6.1-alpha.10

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 +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [12.6.0](https://github.com/angular-eslint/angular-eslint/compare/v12.5.0...v12.6.0) (2021-10-25)
7
+
8
+ ### Features
9
+
10
+ - **bundled-angular-compiler:** create own bundle for `@angular/compiler` ([#720](https://github.com/angular-eslint/angular-eslint/issues/720)) ([0c42299](https://github.com/angular-eslint/angular-eslint/commit/0c422993496bb2670fbd31f55a5fe829704f5112))
11
+
6
12
  # [12.5.0](https://github.com/angular-eslint/angular-eslint/compare/v12.4.1...v12.5.0) (2021-09-20)
7
13
 
8
14
  **Note:** Version bump only for package @angular-eslint/builder
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular-eslint/builder",
3
- "version": "12.5.1-alpha.7+0c42299",
3
+ "version": "12.6.1-alpha.10+7a3c73b",
4
4
  "description": "Angular CLI builder for ESLint",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -25,5 +25,5 @@
25
25
  "eslint": "*",
26
26
  "typescript": "*"
27
27
  },
28
- "gitHead": "0c422993496bb2670fbd31f55a5fe829704f5112"
28
+ "gitHead": "7a3c73b80f3d9fd494950ccc426ed59c89781c10"
29
29
  }