From 5f6f7708054a9c30c43a4953cafbb64c39bb280b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 6 Jun 2019 02:30:33 +0000 Subject: [PATCH] chore(release): 2.2.0 [skip ci] # [2.2.0](https://github.com/adobe/parcel-plugin-htl/compare/v2.1.11...v2.2.0) (2019-06-06) ### Bug Fixes * **package:** update @adobe/htlengine to version 3.1.0 ([a03f47c](https://github.com/adobe/parcel-plugin-htl/commit/a03f47c)) ### Features * **htl:** disable markup context by default ([ee8e0a9](https://github.com/adobe/parcel-plugin-htl/commit/ee8e0a9)), closes [#79](https://github.com/adobe/parcel-plugin-htl/issues/79) * **htl:** enable dom support ([bc23a42](https://github.com/adobe/parcel-plugin-htl/commit/bc23a42)), closes [#76](https://github.com/adobe/parcel-plugin-htl/issues/76) --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14645a4..bd1f31f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [2.2.0](https://github.com/adobe/parcel-plugin-htl/compare/v2.1.11...v2.2.0) (2019-06-06) + + +### Bug Fixes + +* **package:** update @adobe/htlengine to version 3.1.0 ([a03f47c](https://github.com/adobe/parcel-plugin-htl/commit/a03f47c)) + + +### Features + +* **htl:** disable markup context by default ([ee8e0a9](https://github.com/adobe/parcel-plugin-htl/commit/ee8e0a9)), closes [#79](https://github.com/adobe/parcel-plugin-htl/issues/79) +* **htl:** enable dom support ([bc23a42](https://github.com/adobe/parcel-plugin-htl/commit/bc23a42)), closes [#76](https://github.com/adobe/parcel-plugin-htl/issues/76) + ## [2.1.11](https://github.com/adobe/parcel-plugin-htl/compare/v2.1.10...v2.1.11) (2019-06-05) diff --git a/package-lock.json b/package-lock.json index bd2717f..5b120ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@adobe/parcel-plugin-htl", - "version": "2.1.11", + "version": "2.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4971803..987744b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/parcel-plugin-htl", - "version": "2.1.11", + "version": "2.2.0", "repository": "https://github.com/adobe/parcel-plugin-htl", "description": "Compiles HTL templates to JS functions", "main": "src/index.js",