Skip to content

Commit

Permalink
chore(release): 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Oct 29, 2017
1 parent 10474a5 commit 86d1715
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
<a name="1.1.2"></a>
## [1.1.2](https://github.com/poppinss/edge/compare/v1.1.1...v1.1.2) (2017-10-29)


### Bug Fixes

* **ast:** trim whitespace in tag end ([2ff8b36](https://github.com/poppinss/edge/commit/2ff8b36)), closes [#3](https://github.com/poppinss/edge/issues/3)
* **component:** access globals and optionally share data ([5bc9889](https://github.com/poppinss/edge/commit/5bc9889)), closes [#2](https://github.com/poppinss/edge/issues/2)


### Features

* **tags:** add set tag ([a6735fc](https://github.com/poppinss/edge/commit/a6735fc))


### Reverts

* **component:** remove option to share data with component ([83c57e5](https://github.com/poppinss/edge/commit/83c57e5))



<a name="1.1.1"></a>
## [1.1.1](https://github.com/poppinss/edge/compare/v1.1.0...v1.1.1) (2017-10-08)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "edge.js",
"version": "1.1.1",
"version": "1.1.2",
"description": "Node.js logical templating engine with fresh air",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 86d1715

Please sign in to comment.