@squiz/dx-json-schema-lib 1.6.1-alpha.4 → 1.6.1-alpha.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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
+ ## [1.6.1-alpha.5](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.6.1-alpha.3...v1.6.1-alpha.5) (2023-02-02)
7
+
8
+ **Note:** Version bump only for package @squiz/dx-json-schema-lib
9
+
10
+
11
+
12
+
13
+
6
14
  ## [1.6.1-alpha.4](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.6.1-alpha.3...v1.6.1-alpha.4) (2023-02-02)
7
15
 
8
16
  **Note:** Version bump only for package @squiz/dx-json-schema-lib
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@squiz/dx-json-schema-lib",
3
- "version": "1.6.1-alpha.4",
3
+ "version": "1.6.1-alpha.5",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
@@ -33,5 +33,5 @@
33
33
  "better-ajv-errors": "1.2.0",
34
34
  "json-schema-library": "7.4.4"
35
35
  },
36
- "gitHead": "88009230d40c347c0476cbfb512e172558042c13"
36
+ "gitHead": "36ef55175521fb0be3166ce4a5aefe66963feb89"
37
37
  }