Skip to content

Commit

Permalink
Bump package.json / 3.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrucs committed Mar 21, 2023
1 parent 1c4ecd3 commit 570167e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 3.13.4 (2023-03-21)

**✨ Improvements**

- Add UpcomingEvents feature to homepage suggestions (#886)
- Encode ID params send to the API (#888)

**🐛 Fixes**

- Avoid unnecessary fetch for obtaining map items (regression since v3.13.3) (#887)


3.13.3 (2023-03-16)
-------------------

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

0 comments on commit 570167e

Please sign in to comment.