@finnair/path 3.0.0 → 3.1.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 +5 -36
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,7 +3,7 @@
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
- # [3.0.0](https://github.com/finnair/v-validation/compare/v2.0.0...v3.0.0) (2022-10-03)
6
+ # [3.1.0](https://github.com/finnair/v-validation/compare/v3.0.0...v3.1.0) (2022-10-24)
7
7
 
8
8
  **Note:** Version bump only for package @finnair/path
9
9
 
@@ -11,65 +11,34 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
11
 
12
12
 
13
13
 
14
- # [3.0.0-alpha.2](https://github.com/finnair/v-validation/compare/v2.0.0...v3.0.0-alpha.2) (2022-09-28)
15
-
16
- **Note:** Version bump only for package @finnair/path
17
-
18
-
19
-
20
-
21
-
22
- # [3.0.0-alpha.1](https://github.com/finnair/v-validation/compare/v2.0.0...v3.0.0-alpha.1) (2022-09-26)
23
-
24
- **Note:** Version bump only for package @finnair/path
25
-
26
-
14
+ # [3.0.0](https://github.com/finnair/v-validation/compare/v2.0.0...v3.0.0) (2022-10-03)
27
15
 
16
+ ### Features
28
17
 
18
+ - Use Object.freeze to ensure immutability.
29
19
 
30
20
  # [2.0.0](https://github.com/finnair/v-validation/compare/v1.1.0...v2.0.0) (2022-09-08)
31
21
 
32
22
  **Note:** Version bump only for package @finnair/path
33
23
 
34
-
35
-
36
-
37
-
38
24
  # [1.1.0](https://github.com/finnair/v-validation/compare/v1.0.1...v1.1.0) (2022-08-29)
39
25
 
40
-
41
26
  ### Features
42
27
 
43
- * Support for Luxon ([94b3806](https://github.com/finnair/v-validation/commit/94b38060e07feeb0abb8c81659d8bda537a4d9aa))
44
-
45
-
46
-
47
-
28
+ - Support for Luxon ([94b3806](https://github.com/finnair/v-validation/commit/94b38060e07feeb0abb8c81659d8bda537a4d9aa))
48
29
 
49
30
  # [1.1.0-alpha.6](https://github.com/finnair/v-validation/compare/v1.0.1...v1.1.0-alpha.6) (2022-08-17)
50
31
 
51
32
  **Note:** Version bump only for package @finnair/path
52
33
 
53
-
54
-
55
-
56
-
57
34
  # [1.1.0-alpha.5](https://github.com/finnair/v-validation/compare/v1.0.1...v1.1.0-alpha.5) (2022-08-16)
58
35
 
59
36
  **Note:** Version bump only for package @finnair/path
60
37
 
61
-
62
-
63
-
64
-
65
38
  # [1.1.0-alpha.0](https://github.com/finnair/v-validation/compare/v1.0.1...v1.1.0-alpha.0) (2022-08-12)
66
39
 
67
40
  **Note:** Version bump only for package @finnair/path
68
41
 
69
-
70
-
71
-
72
-
73
42
  ## [1.0.1](https://github.com/finnair/v-validation/compare/v0.9.1...v1.0.1) (2022-01-20)
74
43
 
75
44
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finnair/path",
3
- "version": "3.0.0",
3
+ "version": "3.1.0",
4
4
  "private": false,
5
5
  "description": "Simple object path as array of strings and numbers",
6
6
  "main": "dist/index.js",
@@ -22,5 +22,5 @@
22
22
  "scripts": {
23
23
  "build": "tsc -b ."
24
24
  },
25
- "gitHead": "597b85f1fcef99722bccf47c6d30260973d6d88c"
25
+ "gitHead": "5182a63fa61cc1f5c8991e1482c5bbffe14798c3"
26
26
  }