diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a43c62..3a5dcc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +# [1.2.0](https://github.com/lddubeau/xmlchars/compare/v1.1.0...v1.2.0) (2018-09-06) + + +### Features + +* add the lists namespace ([7bfcca0](https://github.com/lddubeau/xmlchars/commit/7bfcca0)) +* add the XMLNS_1_0 namespace ([022239c](https://github.com/lddubeau/xmlchars/commit/022239c)) + + + # [1.1.0](https://github.com/lddubeau/xmlchars/compare/1.0.0...1.1.0) (2018-07-23) diff --git a/package-lock.json b/package-lock.json index ebbaa2b..1d23964 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "xmlchars", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ce8c719..5691349 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xmlchars", - "version": "1.1.0", + "version": "1.2.0", "description": "Utilities for determining if characters belong to character classes defined by the XML specs.", "keywords": [ "XML",