Skip to content

Commit

Permalink
chore(release): 0.12.1 [skip ci]
Browse files Browse the repository at this point in the history
## [0.12.1](v0.12.0...v0.12.1) (2019-09-06)

### Bug Fixes

* add higher php memory limit ([#51](#51)) ([237dc14](237dc14))
* ci update ([dfc8d90](dfc8d90))
* improved handling of already assigned ports ([#46](#46)) ([f922aa2](f922aa2))
* include types in module ([d908f5b](d908f5b))
  • Loading branch information
semantic-release-bot committed Sep 6, 2019
1 parent 0b7feee commit e0ab860
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [0.12.1](https://github.com/basaltinc/twig-renderer/compare/v0.12.0...v0.12.1) (2019-09-06)


### Bug Fixes

* add higher php memory limit ([#51](https://github.com/basaltinc/twig-renderer/issues/51)) ([237dc14](https://github.com/basaltinc/twig-renderer/commit/237dc14))
* ci update ([dfc8d90](https://github.com/basaltinc/twig-renderer/commit/dfc8d90))
* improved handling of already assigned ports ([#46](https://github.com/basaltinc/twig-renderer/issues/46)) ([f922aa2](https://github.com/basaltinc/twig-renderer/commit/f922aa2))
* include types in module ([d908f5b](https://github.com/basaltinc/twig-renderer/commit/d908f5b))

# [0.11.0](https://github.com/basaltinc/twig-renderer/compare/v0.10.3...v0.11.0) (2019-01-15)


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": "@basalt/twig-renderer",
"version": "0.12.0",
"version": "0.12.1",
"description": "Render templates using Twig PHP, via this Node JS renderer.",
"main": "dist/twig-renderer.js",
"module": "dist/twig-renderer.mjs.js",
Expand Down

0 comments on commit e0ab860

Please sign in to comment.