@socialgouv/fiches-vdd-types 2.218.0 → 2.222.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.222.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.221.0...v2.222.0) (2021-10-23)
2
+
3
+
4
+ ### Features
5
+
6
+ * **data:** 20211023_0416 update ([5e8d976](https://github.com/SocialGouv/fiches-vdd/commit/5e8d97684fded623daa864613f2fe4002f0e7188))
7
+
8
+ # [2.221.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.220.0...v2.221.0) (2021-10-22)
9
+
10
+
11
+ ### Features
12
+
13
+ * **data:** 20211022_0416 update ([024388c](https://github.com/SocialGouv/fiches-vdd/commit/024388c28df9cdf440c380908e383fca0018350a))
14
+
15
+ # [2.220.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.219.0...v2.220.0) (2021-10-21)
16
+
17
+
18
+ ### Features
19
+
20
+ * **data:** 20211021_0416 update ([6c4309a](https://github.com/SocialGouv/fiches-vdd/commit/6c4309a85d8c89f9ad8fbe74ba470c067bf371fa))
21
+
22
+ # [2.219.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.218.0...v2.219.0) (2021-10-20)
23
+
24
+
25
+ ### Features
26
+
27
+ * **data:** 20211020_0416 update ([2358c44](https://github.com/SocialGouv/fiches-vdd/commit/2358c443541c91de7c1aad22a5ed08decc416326))
28
+
1
29
  # [2.218.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.217.0...v2.218.0) (2021-10-19)
2
30
 
3
31
 
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.218.0",
4
+ "version": "2.222.0",
5
5
  "repository": "https://github.com/SocialGouv/fiches-vdd.git",
6
6
  "main": "index.js",
7
7
  "license": "MIT",