Skip to content
This repository has been archived by the owner on Jun 7, 2019. It is now read-only.

Commit

Permalink
chore(release): 2.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.2.0](v2.1.11...v2.2.0) (2019-06-06)

### Bug Fixes

* **package:** update @adobe/htlengine to version 3.1.0 ([a03f47c](a03f47c))

### Features

* **htl:** disable markup context by default ([ee8e0a9](ee8e0a9)), closes [#79](#79)
* **htl:** enable dom support ([bc23a42](bc23a42)), closes [#76](#76)
  • Loading branch information
semantic-release-bot committed Jun 6, 2019
1 parent a03f47c commit 5f6f770
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 5f6f770

Please sign in to comment.