@socialgouv/fiches-travail-data-types 4.377.0 → 4.378.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +3 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # [4.378.0](https://github.com/SocialGouv/fiches-travail-data/compare/v4.377.0...v4.378.0) (2022-12-07)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **npm:** add data folder ([#387](https://github.com/SocialGouv/fiches-travail-data/issues/387)) ([6939a81](https://github.com/SocialGouv/fiches-travail-data/commit/6939a81918497657c15fb4c813eaa1f4978fd229))
7
+
8
+
9
+ ### Features
10
+
11
+ * **data:** 20221207_1337 update ([a376126](https://github.com/SocialGouv/fiches-travail-data/commit/a37612697f3714c3029e21d3c69a783759552742))
12
+
1
13
  # [4.377.0](https://github.com/SocialGouv/fiches-travail-data/compare/v4.376.0...v4.377.0) (2022-12-06)
2
14
 
3
15
 
package/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "@socialgouv/fiches-travail-data-types",
3
- "version": "4.377.0",
3
+ "version": "4.378.0",
4
4
  "main": "build/index.js",
5
5
  "module": "build/index.js",
6
6
  "files": [
7
- "build"
7
+ "build",
8
+ "data"
8
9
  ],
9
10
  "types": "build/index.d.ts",
10
11
  "repository": {