Skip to content

Commit

Permalink
Bump package.json / 3.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrucs committed Jan 6, 2025
1 parent 49fa3ae commit b3ef45f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 3.24.2 (2025-01-06)

**🔧 Maintenance**

- Bump @react-hook/resize-observer from 1.2.6 to 2.0.2 (#1312)
- Serve Assistant font locally (#1320)
- Remove wait-on package (#1322)
- Bump compression from 1.7.4 to 1.7.5 (#1324)

**🐛 Fixes**

- Avoid trying to launch sentry for instances without Sentry DSN key (#1319)
- Render manifest.json as json file (#1321)
- Define bounds instead of minZoom for tileLayerOffline (#1332 and #1333)

## 3.24.1 (2024-11-27)

**🔧 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.1",
"version": "3.24.2",
"private": true,
"scripts": {
"debug": "NODE_OPTIONS='--inspect' next ./src",
Expand Down

0 comments on commit b3ef45f

Please sign in to comment.