Skip to content

Commit

Permalink
chore(release): 0.13.1 [skip ci]
Browse files Browse the repository at this point in the history
## [0.13.1](v0.13.0...v0.13.1) (2020-02-24)

### Bug Fixes

* export config TypeScript types ([1702b56](1702b56))
* remove need to save ports used list to file system ([71285ab](71285ab))
  • Loading branch information
semantic-release-bot committed Feb 24, 2020
1 parent 71285ab commit 082e407
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [0.13.1](https://github.com/basaltinc/twig-renderer/compare/v0.13.0...v0.13.1) (2020-02-24)


### Bug Fixes

* export config TypeScript types ([1702b56](https://github.com/basaltinc/twig-renderer/commit/1702b569a173225fab9cdc5ba1a002ff92609c68))
* remove need to save ports used list to file system ([71285ab](https://github.com/basaltinc/twig-renderer/commit/71285aba317ce8b91db34cc088a19d398051254e))

# [0.13.0](https://github.com/basaltinc/twig-renderer/compare/v0.12.2...v0.13.0) (2019-12-03)


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": "@basalt/twig-renderer",
"version": "0.13.0",
"version": "0.13.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 082e407

Please sign in to comment.