Skip to content

Commit

Permalink
Bump package.json / 3.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrucs committed Jul 4, 2023
1 parent 603d420 commit 3024b4c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 3.14.2 (2023-07-01)

**🐛 Fixes**

- Synchronously load scripts for the Reservation widget (#936)
- Define default placeholder to SelectableDropdown (#935)
- Fix the version of node in dockerfile (#938)

## 3.14.1 (2023-06-19)

**✨ Improvements**
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.14.1",
"version": "3.14.2",
"private": true,
"scripts": {
"debug": "NODE_OPTIONS='--inspect' next ./src",
Expand Down

0 comments on commit 3024b4c

Please sign in to comment.