@socialgouv/kali-data-types 2.142.0 → 2.146.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 +28 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,31 @@
1
+ # [2.146.0](https://github.com/SocialGouv/kali-data/compare/v2.145.0...v2.146.0) (2021-10-02)
2
+
3
+
4
+ ### Features
5
+
6
+ * **data:** 20211002_0433 update ([25aa8c6](https://github.com/SocialGouv/kali-data/commit/25aa8c6e40cc68e049a98d492e177bf80d7f0825))
7
+
8
+ # [2.145.0](https://github.com/SocialGouv/kali-data/compare/v2.144.0...v2.145.0) (2021-10-01)
9
+
10
+
11
+ ### Features
12
+
13
+ * **data:** 20211001_0437 update ([54ea305](https://github.com/SocialGouv/kali-data/commit/54ea305e225fe4f29b4778b08b47512382c5d92b))
14
+
15
+ # [2.144.0](https://github.com/SocialGouv/kali-data/compare/v2.143.0...v2.144.0) (2021-09-30)
16
+
17
+
18
+ ### Features
19
+
20
+ * **data:** 20210930_0428 update ([85a7bea](https://github.com/SocialGouv/kali-data/commit/85a7beaf7fc18ccce9cc506346d2498b19f46752))
21
+
22
+ # [2.143.0](https://github.com/SocialGouv/kali-data/compare/v2.142.0...v2.143.0) (2021-09-29)
23
+
24
+
25
+ ### Features
26
+
27
+ * **data:** 20210929_0430 update ([3bbaad8](https://github.com/SocialGouv/kali-data/commit/3bbaad82ea2925c744fbb84c4b1bca7d21ee2e1c))
28
+
1
29
  # [2.142.0](https://github.com/SocialGouv/kali-data/compare/v2.141.0...v2.142.0) (2021-09-28)
2
30
 
3
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@socialgouv/kali-data-types",
3
- "version": "2.142.0",
3
+ "version": "2.146.0",
4
4
  "devDependencies": {
5
5
  "@babel/core": "^7.15.5",
6
6
  "@babel/plugin-transform-modules-commonjs": "^7.15.4",