@socialgouv/fiches-vdd-types 2.1095.0 → 2.1097.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.1097.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.1096.0...v2.1097.0) (2024-07-13)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **data:** 20240713_1820 update ([d2ac850](https://github.com/SocialGouv/fiches-vdd/commit/d2ac850109b985bda8833928521809a11bce16ad))
|
|
7
|
+
|
|
8
|
+
# [2.1096.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.1095.0...v2.1096.0) (2024-07-12)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **hour:** try to fix github limit for publication ([a70e02c](https://github.com/SocialGouv/fiches-vdd/commit/a70e02cbea74ce77f5a09cd16b6a73992087c27c))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Features
|
|
17
|
+
|
|
18
|
+
* **data:** 20240712_1824 update ([3f629c2](https://github.com/SocialGouv/fiches-vdd/commit/3f629c2a9fcda2a1fdc67b897e758ff797765098))
|
|
19
|
+
|
|
1
20
|
# [2.1095.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.1094.0...v2.1095.0) (2024-07-11)
|
|
2
21
|
|
|
3
22
|
|
package/package.json
CHANGED