@socialgouv/fiches-vdd 2.231.0 → 2.232.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 +7 -0
- package/data/particuliers/F15396.json +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [2.232.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.231.0...v2.232.0) (2021-11-02)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **data:** 20211102_0417 update ([18b1723](https://github.com/SocialGouv/fiches-vdd/commit/18b17238a07e74a87b0b8ff526f181251553f07c))
|
|
7
|
+
|
|
1
8
|
# [2.231.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.230.0...v2.231.0) (2021-11-01)
|
|
2
9
|
|
|
3
10
|
|
|
@@ -2610,7 +2610,7 @@
|
|
|
2610
2610
|
"children": [
|
|
2611
2611
|
{
|
|
2612
2612
|
"type": "text",
|
|
2613
|
-
"text": "1,
|
|
2613
|
+
"text": "1,2841 €"
|
|
2614
2614
|
}
|
|
2615
2615
|
]
|
|
2616
2616
|
},
|
|
@@ -2648,7 +2648,7 @@
|
|
|
2648
2648
|
"children": [
|
|
2649
2649
|
{
|
|
2650
2650
|
"type": "text",
|
|
2651
|
-
"text": "5
|
|
2651
|
+
"text": "5 136,40 €"
|
|
2652
2652
|
}
|
|
2653
2653
|
]
|
|
2654
2654
|
},
|
package/package.json
CHANGED