@socialgouv/fiches-vdd-types 2.301.0 → 2.305.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 +33 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,36 @@
1
+ # [2.305.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.304.0...v2.305.0) (2022-01-25)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **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))
7
+
8
+
9
+ ### Features
10
+
11
+ * **data:** 20220125_0416 update ([fc8f05c](https://github.com/SocialGouv/fiches-vdd/commit/fc8f05c95dc5b7f5be128cdbee178a1d75c098e4))
12
+
13
+ # [2.304.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.303.0...v2.304.0) (2022-01-24)
14
+
15
+
16
+ ### Features
17
+
18
+ * **data:** 20220124_0416 update ([74f515c](https://github.com/SocialGouv/fiches-vdd/commit/74f515c7bbc6a9bc94e367fc67e084400e666964))
19
+
20
+ # [2.303.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.302.0...v2.303.0) (2022-01-22)
21
+
22
+
23
+ ### Features
24
+
25
+ * **data:** 20220122_0415 update ([ba88e1b](https://github.com/SocialGouv/fiches-vdd/commit/ba88e1b7d95599e4edb483032c4616a8cc3f90d1))
26
+
27
+ # [2.302.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.301.0...v2.302.0) (2022-01-21)
28
+
29
+
30
+ ### Features
31
+
32
+ * **data:** 20220121_0418 update ([a9ce305](https://github.com/SocialGouv/fiches-vdd/commit/a9ce3056e076110e0f63f0c8358a2902b8ff20a0))
33
+
1
34
  # [2.301.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.300.0...v2.301.0) (2022-01-20)
2
35
 
3
36
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@socialgouv/fiches-vdd-types",
3
3
  "description": "Fiches vos droits et démarches au format JSON",
4
- "version": "2.301.0",
4
+ "version": "2.305.0",
5
5
  "repository": "https://github.com/SocialGouv/fiches-vdd.git",
6
6
  "main": "index.js",
7
7
  "license": "MIT",