@gitlab/eslint-plugin 21.3.0 → 21.3.1

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.
@@ -4,22 +4,22 @@
4
4
  "releases": [
5
5
  {
6
6
  "name": "@gitlab/eslint-plugin",
7
- "type": "minor"
7
+ "type": "patch"
8
8
  }
9
9
  ],
10
- "summary": "Add `no-hardcoded-urls` and `vue-no-hardcoded-urls` rules. To prevent hardcoding URLs on the frontend.",
11
- "id": "thirty-taxes-wish"
10
+ "summary": "No changes; identical to 21.3.0.",
11
+ "id": "moody-months-glow"
12
12
  }
13
13
  ],
14
14
  "releases": [
15
15
  {
16
16
  "name": "@gitlab/eslint-plugin",
17
- "type": "minor",
18
- "oldVersion": "21.2.1",
17
+ "type": "patch",
18
+ "oldVersion": "21.3.0",
19
19
  "changesets": [
20
- "thirty-taxes-wish"
20
+ "moody-months-glow"
21
21
  ],
22
- "newVersion": "21.3.0"
22
+ "newVersion": "21.3.1"
23
23
  }
24
24
  ]
25
25
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @gitlab/eslint-plugin
2
2
 
3
+ ## 21.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - d5f2e12: No changes; identical to 21.3.0.
8
+
3
9
  ## 21.3.0
4
10
 
5
11
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/eslint-plugin",
3
- "version": "21.3.0",
3
+ "version": "21.3.1",
4
4
  "description": "GitLab package for our custom eslint rules",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {