Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.3.2...v3.0.0) (2019-06-05)

### Features

* **compiler:** allow to set default context ([5c735d0](5c735d0)), closes [#69](#69)
* **runtime:** Add support for DOM variables ([d4bab4c](d4bab4c)), closes [#62](#62)

### BREAKING CHANGES

* **runtime:** the response from the runtime template is no longer an object, but the generated string or document.
  • Loading branch information
semantic-release-bot committed Jun 5, 2019
1 parent 0f4bc23 commit 671d47a
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 @@
# [3.0.0](https://github.com/adobe/htlengine/compare/v2.3.2...v3.0.0) (2019-06-05)


### Features

* **compiler:** allow to set default context ([5c735d0](https://github.com/adobe/htlengine/commit/5c735d0)), closes [#69](https://github.com/adobe/htlengine/issues/69)
* **runtime:** Add support for DOM variables ([d4bab4c](https://github.com/adobe/htlengine/commit/d4bab4c)), closes [#62](https://github.com/adobe/htlengine/issues/62)


### BREAKING CHANGES

* **runtime:** the response from the runtime template is no longer an object, but the generated string or document.

## [2.3.2](https://github.com/adobe/htlengine/compare/v2.3.1...v2.3.2) (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/htlengine",
"version": "2.3.2",
"version": "3.0.0",
"description": "Javascript Based HTL (Sightly) parser",
"main": "src/index.js",
"license": "Apache-2.0",
Expand Down

0 comments on commit 671d47a

Please sign in to comment.