Skip to content

Commit

Permalink
chore(release): 9.15.0 [skip ci]
Browse files Browse the repository at this point in the history
# [9.15.0](v9.14.1...v9.15.0) (2020-08-04)

### Features

* export toPromise and toValue, see [#158](#158) ([2e5ab98](2e5ab98))
  • Loading branch information
semantic-release-bot committed Aug 4, 2020
1 parent 2e5ab98 commit d8f550e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
# [9.15.0](https://github.com/harttle/liquidjs/compare/v9.14.1...v9.15.0) (2020-08-04)


### Features

* export toPromise and toValue, see [#158](https://github.com/harttle/liquidjs/issues/158) ([2e5ab98](https://github.com/harttle/liquidjs/commit/2e5ab98))

## [9.14.1](https://github.com/harttle/liquidjs/compare/v9.14.0...v9.14.1) (2020-07-08)


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
@@ -1,6 +1,6 @@
{
"name": "liquidjs",
"version": "9.14.1",
"version": "9.15.0",
"description": "A simple, expressive, safe and Shopify compatible template engine in pure JavaScript.",
"main": "dist/liquid.node.cjs.js",
"module": "dist/liquid.node.esm.js",
Expand Down

0 comments on commit d8f550e

Please sign in to comment.