Skip to content

Commit

Permalink
Bump package.json / 3.24.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrucs committed Feb 3, 2025
1 parent 8a53ca9 commit fee9165
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## 3.24.3 (2025-02-03)

**🔧 Maintenance**

- Bump dotenv-flow from 3.2.0 to 4.1.0 (#1040)
- Remove useless leaflet.css call (#1035)
- Bump node from 20 to 22 (#1347)
- Bump eslint-config-prettier from 9.1.0 to 10.0.1 (#1349)
- Use ts-deepmerge package instead of deepmerge (#1352)
- Convert JS scripts files to MJS (#1352)
- Use serwist package instead of the worbox + next-pwa packages (#1355)

**🐛 Fixes**

- Fix Offline PWA - regression since 3.23.0 (#1355)
- Do not try to import sentry server config if there is no SENTRY_DSN environnement key (#1346)

## 3.24.2 (2025-01-06)

**🔧 Maintenance**
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "geotrek-rando-frontend",
"version": "3.24.2",
"version": "3.24.3",
"private": true,
"scripts": {
"debug": "NODE_OPTIONS='--inspect' next ./src",
Expand Down

0 comments on commit fee9165

Please sign in to comment.