@nrwl/linter 16.9.0-beta.3 → 16.9.0-beta.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +3 -4
  2. package/CHANGELOG.md +0 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/linter",
3
- "version": "16.9.0-beta.3",
3
+ "version": "16.9.0-beta.4",
4
4
  "private": false,
5
5
  "description": "The Linter plugin for Nx contains executors, generators and utilities used for linting JavaScript/TypeScript projects within an Nx workspace.",
6
6
  "repository": {
@@ -26,7 +26,7 @@
26
26
  "builders": "./executors.json",
27
27
  "schematics": "./generators.json",
28
28
  "dependencies": {
29
- "@nx/linter": "16.9.0-beta.3"
29
+ "@nx/linter": "16.9.0-beta.4"
30
30
  },
31
31
  "publishConfig": {
32
32
  "access": "public"
@@ -34,6 +34,5 @@
34
34
  "nx-migrations": {
35
35
  "migrations": "@nx/linter/migrations.json"
36
36
  },
37
- "type": "commonjs",
38
- "gitHead": "d5692528c089a75c76b21d2d1235d8cc5dbb1d26"
37
+ "type": "commonjs"
39
38
  }
package/CHANGELOG.md DELETED
@@ -1,8 +0,0 @@
1
- # Change Log
2
-
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
-
7
-
8
- **Note:** Version bump only for package @nrwl/linter