Skip to content

Commit

Permalink
Bump package.json / 3.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrucs committed Dec 13, 2023
1 parent f2123fc commit 4af605e
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.16.1 (2023-12-13)

**✨ Improvements**

- Update IGN links to match with last changes of IGN (#999)
- Add loading lazy attributes to iframes (#1003)
- Improve map popup component (#1002)
- Improve ControlSection component (#1001)
- Display only filled information desk website/email/phone (#995)

**🐛 Fixes**

- Fix activities order in search page (#998)
- Fix practical information anchor from details page (#1000)
- Avoid app crashes if /customization/html/details folder is missing (#996)
- Display zoom+fullscreen map control at first position (#1008)

## 3.16.0 (2023-10-25)

**💥 Breaking changes**
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.16.0",
"version": "3.16.1",
"private": true,
"scripts": {
"debug": "NODE_OPTIONS='--inspect' next ./src",
Expand Down

0 comments on commit 4af605e

Please sign in to comment.