We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f5197b commit 12a6f82Copy full SHA for 12a6f82
CHANGELOG.md
@@ -7,11 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [1.0.1](https://github.com/InseeFr/walking-papers/releases/tag/1.0.1) - 2026-01-19
11
+
12
### Fixed
13
14
- Welcome modal is now displayed correctly.
15
-## [1.0.0](https://github.com/InseeFr/walking-papers/releases/tag/0.1.0) - 2026-01-16
16
+## [1.0.0](https://github.com/InseeFr/walking-papers/releases/tag/1.0.0) - 2026-01-16
17
18
### Added
19
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "orchestrateur-saisie-papier",
3
"private": true,
4
- "version": "1.0.0",
+ "version": "1.0.1",
5
"type": "module",
6
"scripts": {
"dev": "vite",
0 commit comments