Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.0.1...v2.0.0) (2020-06-04)

### Features

* update Twig from v1 => v2 ([#64](#64)) ([68b87f0](68b87f0))

### BREAKING CHANGES

* Twig PHP updated from v1 => v2 - everything *should* work fine
  • Loading branch information
semantic-release-bot committed Jun 4, 2020
1 parent 68b87f0 commit 37b3cad
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [2.0.0](https://github.com/basaltinc/twig-renderer/compare/v1.0.1...v2.0.0) (2020-06-04)


### Features

* update Twig from v1 => v2 ([#64](https://github.com/basaltinc/twig-renderer/issues/64)) ([68b87f0](https://github.com/basaltinc/twig-renderer/commit/68b87f04b452becd49db280e17842546c3e19b34))


### BREAKING CHANGES

* Twig PHP updated from v1 => v2 - everything *should* work fine

## [1.0.1](https://github.com/basaltinc/twig-renderer/compare/v1.0.0...v1.0.1) (2020-06-04)


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": "1.0.1",
"version": "2.0.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

0 comments on commit 37b3cad

Please sign in to comment.