Skip to content

Commit

Permalink
Bump package.json / 3.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrucs committed Jan 25, 2024
1 parent 98d9c73 commit 742d5e5
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## 3.17.1 (2024-01-25)

**🚀 New features**

- Customization of result card (#987)

**✨ Improvements**

- Remove the limitation of result card max height (#1012)

**🔧 Maintenance**

- Upgrade Cypress package to 13.6.3 (#1028)
- Run Cypress tests on CI (#948 and #1028)

**🐛 Fixes**

- Fix regression customization header - regression since v3.17.0 (#1019 and #1020)
- Fix scriptsHeader/Footer containing only one node - regression since v3.15.4 (#1029 and #1030)

## 3.17.0 (2024-01-12)

Require Geotrek-admin 2.98.0 (March 2023) minimum.
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.17.0",
"version": "3.17.1",
"private": true,
"scripts": {
"debug": "NODE_OPTIONS='--inspect' next ./src",
Expand Down

0 comments on commit 742d5e5

Please sign in to comment.