From 5da68a0b6ea1f74f9a27683e6a2091993a4521e4 Mon Sep 17 00:00:00 2001 From: Louis-Dominique Dubeau Date: Thu, 6 Sep 2018 06:29:54 -0400 Subject: [PATCH] 1.2.0 --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) 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",