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

Commit 9b22705

Browse files
authored
Prepare for v2.0.12 (#165)
1 parent 4316e52 commit 9b22705

File tree

3 files changed

+123
-24
lines changed

3 files changed

+123
-24
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ Change Log
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+
[2.0.12] - 2022-09-16
7+
----------------------
8+
9+
##### Fixed
10+
11+
- Prevent conversion of native number params to Scientific Notation (#160)
12+
613
[2.0.11] - 2022-04-21
714
----------------------
815

package-lock.json

Lines changed: 115 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openrosa-xpath-evaluator",
3-
"version": "2.0.11",
3+
"version": "2.0.12",
44
"description": "Wrapper for browsers' XPath evaluator with added support for OpenRosa extensions.",
55
"homepage": "https://enketo.org",
66
"main": "src/openrosa-xpath.js",

0 commit comments

Comments
 (0)