Skip to content

Commit

Permalink
Bump package.json / 3.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrucs committed Mar 16, 2023
1 parent 567f134 commit 553e437
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

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

**✨ Improvements**

* Define lazy loading for all Thumbnails images (#883)
* Avoid unnecessary fetch for obtaining dictionaries (#880)

**🐛 Fixes**

* Thumbnails image format are defined for all thumbnails (regression since v3.13.0) (#883)
* BadgeIcons are back for trek contents (regression since v3.13.0) (#883)

3.13.2 (2023-03-15)
-------------------

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

0 comments on commit 553e437

Please sign in to comment.