Skip to content

Commit

Permalink
chore(release): 0.11.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.11.0](v0.10.3...v0.11.0) (2019-01-15)

### Features

* better handling of process cleanup ([120e69d](120e69d)), closes [#28](#28)
  • Loading branch information
semantic-release-bot committed Jan 15, 2019
1 parent 120e69d commit 4a1e3fa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# [0.11.0](https://github.com/basaltinc/twig-renderer/compare/v0.10.3...v0.11.0) (2019-01-15)


### Features

* better handling of process cleanup ([120e69d](https://github.com/basaltinc/twig-renderer/commit/120e69d)), closes [#28](https://github.com/basaltinc/twig-renderer/issues/28)
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@basalt/twig-renderer",
"version": "0.10.3",
"version": "0.11.0",
"description": "Render templates using Twig PHP, via this Node JS renderer.",
"main": "dist/twig-renderer.js",
"module": "dist/twig-renderer.mjs.js",
Expand Down Expand Up @@ -86,4 +86,4 @@
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit 4a1e3fa

Please sign in to comment.