@squiz/dx-json-schema-lib 1.2.13-alpha.4 → 1.2.13-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.2.13-alpha.5](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.2...v1.2.13-alpha.5) (2023-01-17)
7
+
8
+ **Note:** Version bump only for package @squiz/dx-json-schema-lib
9
+
10
+
11
+
12
+
13
+
6
14
  ## [1.2.13-alpha.4](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.2...v1.2.13-alpha.4) (2023-01-16)
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.2.13-alpha.4",
3
+ "version": "1.2.13-alpha.5",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
@@ -34,5 +34,5 @@
34
34
  "better-ajv-errors": "1.2.0",
35
35
  "json-schema-library": "7.4.4"
36
36
  },
37
- "gitHead": "af8baa311cec5b438ccd989b261fd139149d9a0e"
37
+ "gitHead": "8af3633fbd936c115299e5458ccc2f68e5102fb7"
38
38
  }