@socialgouv/fiches-vdd-types 2.252.0 → 2.256.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 +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,31 @@
|
|
|
1
|
+
# [2.256.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.255.0...v2.256.0) (2021-12-01)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **data:** 20211201_0417 update ([3dfc5e1](https://github.com/SocialGouv/fiches-vdd/commit/3dfc5e120e68c7d27dcabd9abd0bdfa9c1eb4ed2))
|
|
7
|
+
|
|
8
|
+
# [2.255.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.254.0...v2.255.0) (2021-11-27)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* **data:** 20211127_0416 update ([eaf5e6b](https://github.com/SocialGouv/fiches-vdd/commit/eaf5e6b8cbc5e1fed9545cf2cc73264a982c1384))
|
|
14
|
+
|
|
15
|
+
# [2.254.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.253.0...v2.254.0) (2021-11-26)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Features
|
|
19
|
+
|
|
20
|
+
* **data:** 20211126_0416 update ([5cc9e85](https://github.com/SocialGouv/fiches-vdd/commit/5cc9e85131325ee0d4a9d77dab30e9c51ca99bed))
|
|
21
|
+
|
|
22
|
+
# [2.253.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.252.0...v2.253.0) (2021-11-25)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Features
|
|
26
|
+
|
|
27
|
+
* **data:** 20211125_0417 update ([4a64f18](https://github.com/SocialGouv/fiches-vdd/commit/4a64f186ff96ee6fa2aad893ea74d00639d9661a))
|
|
28
|
+
|
|
1
29
|
# [2.252.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.251.0...v2.252.0) (2021-11-24)
|
|
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.256.0",
|
|
5
5
|
"repository": "https://github.com/SocialGouv/fiches-vdd.git",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"license": "MIT",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"eslint": "7.32.0",
|
|
15
15
|
"jest": "^27.3.1",
|
|
16
16
|
"prettier": "2.4.1",
|
|
17
|
-
"semantic-release": "^18.0.
|
|
17
|
+
"semantic-release": "^18.0.1",
|
|
18
18
|
"typescript": "^4.5.2"
|
|
19
19
|
},
|
|
20
20
|
"engines": {
|