@socialgouv/fiches-vdd-types 2.303.0 → 2.307.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.
- package/CHANGELOG.md +33 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,36 @@
|
|
|
1
|
+
# [2.307.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.306.0...v2.307.0) (2022-01-27)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **data:** 20220127_0416 update ([5949b10](https://github.com/SocialGouv/fiches-vdd/commit/5949b102ec9182dc68f3aa3ff15d9289764c2e64))
|
|
7
|
+
|
|
8
|
+
# [2.306.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.305.0...v2.306.0) (2022-01-26)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* **data:** 20220126_0415 update ([8e057a9](https://github.com/SocialGouv/fiches-vdd/commit/8e057a9dbbb595b42137cd68ec090e30bda9d242))
|
|
14
|
+
|
|
15
|
+
# [2.305.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.304.0...v2.305.0) (2022-01-25)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* **deps:** update dependency node-fetch to v2.6.7 [security] ([#198](https://github.com/SocialGouv/fiches-vdd/issues/198)) ([4945a3c](https://github.com/SocialGouv/fiches-vdd/commit/4945a3c367be3a6e842636202f69c1d731fad1d3))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Features
|
|
24
|
+
|
|
25
|
+
* **data:** 20220125_0416 update ([fc8f05c](https://github.com/SocialGouv/fiches-vdd/commit/fc8f05c95dc5b7f5be128cdbee178a1d75c098e4))
|
|
26
|
+
|
|
27
|
+
# [2.304.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.303.0...v2.304.0) (2022-01-24)
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
### Features
|
|
31
|
+
|
|
32
|
+
* **data:** 20220124_0416 update ([74f515c](https://github.com/SocialGouv/fiches-vdd/commit/74f515c7bbc6a9bc94e367fc67e084400e666964))
|
|
33
|
+
|
|
1
34
|
# [2.303.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.302.0...v2.303.0) (2022-01-22)
|
|
2
35
|
|
|
3
36
|
|
package/package.json
CHANGED