@socialgouv/fiches-vdd-types 2.222.0 → 2.226.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 +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,31 @@
|
|
|
1
|
+
# [2.226.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.225.0...v2.226.0) (2021-10-27)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **data:** 20211027_0416 update ([91605b7](https://github.com/SocialGouv/fiches-vdd/commit/91605b711a7c8509b8280ea6ba7f00ab53cab4ab))
|
|
7
|
+
|
|
8
|
+
# [2.225.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.224.0...v2.225.0) (2021-10-26)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* **data:** 20211026_0416 update ([5d31f73](https://github.com/SocialGouv/fiches-vdd/commit/5d31f731a801bbaac64d6a905bbaf0bc47c18144))
|
|
14
|
+
|
|
15
|
+
# [2.224.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.223.0...v2.224.0) (2021-10-25)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Features
|
|
19
|
+
|
|
20
|
+
* **data:** 20211025_0416 update ([8c3f78f](https://github.com/SocialGouv/fiches-vdd/commit/8c3f78fe0f6c8e150cd1c0ce34cc04d349c88aa7))
|
|
21
|
+
|
|
22
|
+
# [2.223.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.222.0...v2.223.0) (2021-10-24)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Features
|
|
26
|
+
|
|
27
|
+
* **data:** 20211024_0416 update ([ec85d4c](https://github.com/SocialGouv/fiches-vdd/commit/ec85d4cf40eae3c1ec2025ac797f3f35894650ec))
|
|
28
|
+
|
|
1
29
|
# [2.222.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.221.0...v2.222.0) (2021-10-23)
|
|
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.
|
|
4
|
+
"version": "2.226.0",
|
|
5
5
|
"repository": "https://github.com/SocialGouv/fiches-vdd.git",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"license": "MIT",
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
"jest": "^27.2.5",
|
|
16
16
|
"prettier": "2.4.1",
|
|
17
17
|
"semantic-release": "^17.4.7",
|
|
18
|
-
"typescript": "^4.4.
|
|
18
|
+
"typescript": "^4.4.4"
|
|
19
19
|
},
|
|
20
20
|
"engines": {
|
|
21
|
-
"node": ">= v14.18.
|
|
21
|
+
"node": ">= v14.18.1"
|
|
22
22
|
},
|
|
23
23
|
"publishConfig": {
|
|
24
24
|
"access": "public"
|