Skip to content

Commit

Permalink
Bump package.json / 3.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrucs committed Feb 28, 2023
1 parent 7691228 commit fa1e519
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

3.13.1 (2023-02-28)
-------------------

**✨ Improvements**

* Display home activities directly by SSR (links reachable by search engines)


**🐛 Fixes**

* Fix remoteIconInformation with no icons (regression since 3.13.0)
* Fix error when the scale property is not defined for trek or outdoor detail page


3.13.0 (2023-02-23)
-------------------

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

0 comments on commit fa1e519

Please sign in to comment.