@socialgouv/fiches-vdd-types 2.1085.0 → 2.1087.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.
@@ -3,7 +3,7 @@ name: Fetch
3
3
  on:
4
4
  workflow_dispatch:
5
5
  schedule:
6
- - cron: "00 22 * * *"
6
+ - cron: "00 20 * * *"
7
7
 
8
8
  jobs:
9
9
  fetch:
package/CHANGELOG.md CHANGED
@@ -1,3 +1,22 @@
1
+ # [2.1087.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.1086.0...v2.1087.0) (2024-07-03)
2
+
3
+
4
+ ### Features
5
+
6
+ * **data:** 20240703_2018 update ([2ad965e](https://github.com/SocialGouv/fiches-vdd/commit/2ad965eee810904824f85925713d01274b2b2045))
7
+
8
+ # [2.1086.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.1085.0...v2.1086.0) (2024-07-02)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * change hour ([988bcdc](https://github.com/SocialGouv/fiches-vdd/commit/988bcdc98d815e9ac8ae6efbc90e32ae180ee28c))
14
+
15
+
16
+ ### Features
17
+
18
+ * **data:** 20240702_2019 update ([cd6fb38](https://github.com/SocialGouv/fiches-vdd/commit/cd6fb3875a4c5f104a009a638d3af1b0c1eabeb4))
19
+
1
20
  # [2.1085.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.1084.0...v2.1085.0) (2024-07-01)
2
21
 
3
22
 
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.1085.0",
4
+ "version": "2.1087.0",
5
5
  "repository": "https://github.com/SocialGouv/fiches-vdd.git",
6
6
  "main": "index.js",
7
7
  "license": "MIT",