Skip to content

Commit

Permalink
Bump package.json / 3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrucs authored and LePetitTim committed Feb 23, 2023
1 parent 3fa83e9 commit 01785fa
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

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

**✨ Improvements**

* Add captcha to the report form if an API key from HCAPTCHA is defined in `global.json` settings (#815)
* Rewrite a component dedicated to image and their captions (= legend + author) (#858)
* Add some accessibility to display image related to their captions (#858)
* Page in fullscreen are not cropped anymore (#858)
* Improve headlines and titles of pages (#861)

**🐛 Fixes**

* Fix the display of input error message (#815)
* Remove all scripts tags from HTML/script templates when rewriting builded pages (#860)

3.12.1 (2023-02-08)
-------------------

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

0 comments on commit 01785fa

Please sign in to comment.