@socialgouv/fiches-vdd-types 2.304.0 → 2.308.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.308.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.307.0...v2.308.0) (2022-01-28)
2
+
3
+
4
+ ### Features
5
+
6
+ * **data:** 20220128_0416 update ([4a51bd6](https://github.com/SocialGouv/fiches-vdd/commit/4a51bd6fb4bb6923cd13c51151e1614bd92c4d96))
7
+
8
+ # [2.307.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.306.0...v2.307.0) (2022-01-27)
9
+
10
+
11
+ ### Features
12
+
13
+ * **data:** 20220127_0416 update ([5949b10](https://github.com/SocialGouv/fiches-vdd/commit/5949b102ec9182dc68f3aa3ff15d9289764c2e64))
14
+
15
+ # [2.306.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.305.0...v2.306.0) (2022-01-26)
16
+
17
+
18
+ ### Features
19
+
20
+ * **data:** 20220126_0415 update ([8e057a9](https://github.com/SocialGouv/fiches-vdd/commit/8e057a9dbbb595b42137cd68ec090e30bda9d242))
21
+
22
+ # [2.305.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.304.0...v2.305.0) (2022-01-25)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * **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))
28
+
29
+
30
+ ### Features
31
+
32
+ * **data:** 20220125_0416 update ([fc8f05c](https://github.com/SocialGouv/fiches-vdd/commit/fc8f05c95dc5b7f5be128cdbee178a1d75c098e4))
33
+
1
34
  # [2.304.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.303.0...v2.304.0) (2022-01-24)
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.304.0",
4
+ "version": "2.308.0",
5
5
  "repository": "https://github.com/SocialGouv/fiches-vdd.git",
6
6
  "main": "index.js",
7
7
  "license": "MIT",