diff --git a/CHANGELOG.md b/CHANGELOG.md index 490ef5e..9ae9305 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ Change Log All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +[2.0.11] - 2022-04-21 +---------------------- + +##### Fixed + +- Update format-date to return empty string instead of 'Invalid Date' (#155) + [2.0.10] - 2022-02-01 ---------------------- diff --git a/package.json b/package.json index 2a8a714..0a32407 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openrosa-xpath-evaluator", - "version": "2.0.10", + "version": "2.0.11", "description": "Wrapper for browsers' XPath evaluator with added support for OpenRosa extensions.", "homepage": "https://enketo.org", "main": "src/openrosa-xpath.js",