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

Commit f4e9735

Browse files
committed
Prepare for v6.1.2 release
1 parent 08a9080 commit f4e9735

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6+
## [6.1.2] - 2022-06-24
7+
8+
- Update meta selector used when setting deprecatedID (#900)
9+
- Preserve geopicker zoom, center map on user location on load, no error clicking pin (#905)
10+
- Don't use removed repeat instance as context for relevance (#909)
11+
612
## [6.1.1] - 2022-06-01
713

814
- Fix: rendering unexpected geopoint widget for setvalue actions within an input (#896)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "enketo-core",
33
"description": "Extensible Enketo form engine",
44
"homepage": "https://enketo.org",
5-
"version": "6.1.1",
5+
"version": "6.1.2",
66
"license": "Apache-2.0",
77
"os": [
88
"darwin",
@@ -120,6 +120,6 @@
120120
},
121121
"volta": {
122122
"node": "16.5.0",
123-
"npm": "6.14.13"
123+
"npm": "6.14.17"
124124
}
125125
}

0 commit comments

Comments
 (0)