@socialgouv/fiches-vdd-types 2.201.0 → 2.204.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 +28 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,31 @@
|
|
|
1
|
+
# [2.204.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.203.0...v2.204.0) (2021-09-30)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **data:** 20210930_0415 update ([5f6e873](https://github.com/SocialGouv/fiches-vdd/commit/5f6e8739816bcfc7336a032fca2df188dbd336d4))
|
|
7
|
+
|
|
8
|
+
# [2.203.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.202.0...v2.203.0) (2021-09-29)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* **data:** 20210929_0416 update ([bbd129a](https://github.com/SocialGouv/fiches-vdd/commit/bbd129affe3245773274835d03de4ef0190591e9))
|
|
14
|
+
|
|
15
|
+
# [2.202.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.201.1...v2.202.0) (2021-09-28)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Features
|
|
19
|
+
|
|
20
|
+
* **data:** 20210928_0416 update ([2d254ff](https://github.com/SocialGouv/fiches-vdd/commit/2d254ff07d8ea2a1123536aa0eee428cc1f30731))
|
|
21
|
+
|
|
22
|
+
## [2.201.1](https://github.com/SocialGouv/fiches-vdd/compare/v2.201.0...v2.201.1) (2021-09-27)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Bug Fixes
|
|
26
|
+
|
|
27
|
+
* **deps:** update dependency node-fetch to ^2.6.5 ([#185](https://github.com/SocialGouv/fiches-vdd/issues/185)) ([b7f5d63](https://github.com/SocialGouv/fiches-vdd/commit/b7f5d63e4f5c0901c9e87761bcb1883c503bba4f))
|
|
28
|
+
|
|
1
29
|
# [2.201.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.200.0...v2.201.0) (2021-09-26)
|
|
2
30
|
|
|
3
31
|
|
package/package.json
CHANGED