@squiz/dx-logger-lib 1.2.13-alpha.5 → 1.3.4-alpha.0

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 +43 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,49 @@
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.3.4-alpha.0](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.2...v1.3.4-alpha.0) (2023-01-17)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **deps:** update dependency constructs to v10.1.183 ([def2040](https://gitlab.squiz.net/developer-experience/cmp/commit/def204076fd709282067ccaa09f73f08824bdbf4))
12
+
13
+
14
+
15
+
16
+
17
+ ## [1.3.3](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.3.2...v1.3.3) (2023-01-17)
18
+
19
+ **Note:** Version bump only for package @squiz/dx-logger-lib
20
+
21
+
22
+
23
+
24
+
25
+ ## [1.3.2](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.3.1...v1.3.2) (2023-01-17)
26
+
27
+ **Note:** Version bump only for package @squiz/dx-logger-lib
28
+
29
+
30
+
31
+
32
+
33
+ ## [1.3.1](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.3.0...v1.3.1) (2023-01-17)
34
+
35
+ **Note:** Version bump only for package @squiz/dx-logger-lib
36
+
37
+
38
+
39
+
40
+
41
+ # [1.3.0](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.13-alpha.6...v1.3.0) (2023-01-17)
42
+
43
+ **Note:** Version bump only for package @squiz/dx-logger-lib
44
+
45
+
46
+
47
+
48
+
6
49
  ## [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
50
 
8
51
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@squiz/dx-logger-lib",
3
- "version": "1.2.13-alpha.5",
3
+ "version": "1.3.4-alpha.0",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
@@ -18,5 +18,5 @@
18
18
  "ts-jest": "28.0.8",
19
19
  "ts-node": "10.9.1"
20
20
  },
21
- "gitHead": "8af3633fbd936c115299e5458ccc2f68e5102fb7"
21
+ "gitHead": "12041d8fcce4b406d9902c6304d2ee1c0fb1c73a"
22
22
  }