Skip to content

Commit 987b0a6

Browse files
committed
bump: 2.3.5
1 parent ad521d8 commit 987b0a6

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.3.5](https://github.com/InseeFr/stromae-dsfr/releases/tag/2.3.5) - 2026-01-16
9+
10+
### Build
11+
12+
- Switch node 20 to node 24
13+
- Upgrade gh-actions version
14+
15+
### Fixed
16+
17+
- Fixed CVEs on devDependencies (orval)
18+
819
## [2.3.4](https://github.com/InseeFr/stromae-dsfr/releases/tag/2.3.4) - 2025-12-30
920

1021
### Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "stromae-dsfr",
33
"private": true,
4-
"version": "2.3.4",
4+
"version": "2.3.5",
55
"type": "module",
66
"scripts": {
77
"prepare": "husky && vite-envs update-types",

0 commit comments

Comments
 (0)