Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
Prepare 4.1.5 release (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
lognaturel authored Nov 29, 2022
1 parent f0129ed commit 1a1021a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,16 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 4.1.4 - 2022-11-28
## 4.1.5 - 2022-11-28

- Fix: map linked media URLs to support big-image (#482)
- Fix: use simpler selector for geopicker widgets (enketo/enketo-core#922)
- fix toggle or-appearance-compact with dynamic nested repeat group (enketo/enketo-core#914)
- Fix: validate number input values (enketo/enketo-core#926)

## 4.1.4 - 2022-11-28

- Fix: map linked media URLs to support big-image (#482)

## 4.1.3 - 2022-11-07

- Removed: absolute maximum size for file uploads (#461)
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "enketo-express",
"description": "Webforms evolved.",
"homepage": "https://enketo.org",
"version": "4.1.4",
"version": "4.1.5",
"main": "./app.js",
"engines": {
"node": ">=14.8.0 <17",
Expand Down Expand Up @@ -46,7 +46,7 @@
"csurf": "^1.11.0",
"db.js": "^0.15.0",
"debug": "^4.3.4",
"enketo-core": "^6.1.3",
"enketo-core": "^6.1.4",
"enketo-transformer": "2.1.6",
"evp_bytestokey": "^1.0.3",
"express": "^4.18.1",
Expand Down

0 comments on commit 1a1021a

Please sign in to comment.