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

Commit 30f88df

Browse files
authored
Merge pull request #137 from yanokwa/prepare-2.0.9
Prepare for 2.0.9
2 parents 9a07cdd + 21ba8b4 commit 30f88df

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ 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.9] - 2021-10-11
7+
---------------------
8+
##### Fixed
9+
- `decimal-date-time()` treated as local time when no offset specified
10+
611
[2.0.8] - 2021-09-10
712
---------------------
813
##### Fixed

package-lock.json

Lines changed: 2 additions & 2 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.8",
3+
"version": "2.0.9",
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)