@socialgouv/fiches-vdd-types 2.1094.0 → 2.1096.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/.github/workflows/fetch.yml +1 -1
- package/CHANGELOG.md +19 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
1
|
+
# [2.1096.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.1095.0...v2.1096.0) (2024-07-12)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **hour:** try to fix github limit for publication ([a70e02c](https://github.com/SocialGouv/fiches-vdd/commit/a70e02cbea74ce77f5a09cd16b6a73992087c27c))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **data:** 20240712_1824 update ([3f629c2](https://github.com/SocialGouv/fiches-vdd/commit/3f629c2a9fcda2a1fdc67b897e758ff797765098))
|
|
12
|
+
|
|
13
|
+
# [2.1095.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.1094.0...v2.1095.0) (2024-07-11)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Features
|
|
17
|
+
|
|
18
|
+
* **data:** 20240711_2018 update ([70fbb0d](https://github.com/SocialGouv/fiches-vdd/commit/70fbb0df2cfc8aecf79c68e205d1ed2991b74118))
|
|
19
|
+
|
|
1
20
|
# [2.1094.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.1093.0...v2.1094.0) (2024-07-10)
|
|
2
21
|
|
|
3
22
|
|
package/package.json
CHANGED