Skip to content

Commit

Permalink
chore(release): 10.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [10.7.0](v10.6.2...v10.7.0) (2023-03-21)

### Bug Fixes

* update remove.md ([#601](#601)) ([1bddd60](1bddd60))

### Features

* JSON format by `space` in `json` filter ([7b87ea8](7b87ea8))
  • Loading branch information
semantic-release-bot committed Mar 21, 2023
1 parent b2a1dc9 commit c2a8365
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,15 @@
# [10.7.0](https://github.com/harttle/liquidjs/compare/v10.6.2...v10.7.0) (2023-03-21)


### Bug Fixes

* update remove.md ([#601](https://github.com/harttle/liquidjs/issues/601)) ([1bddd60](https://github.com/harttle/liquidjs/commit/1bddd60b0191032d324526292027bc7fcd190dc1))


### Features

* JSON format by `space` in `json` filter ([7b87ea8](https://github.com/harttle/liquidjs/commit/7b87ea82d3d63420e548743c5a84a073f0cdad22))

## [10.6.2](https://github.com/harttle/liquidjs/compare/v10.6.1...v10.6.2) (2023-03-19)


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": "10.6.2",
"version": "10.7.0",
"description": "A simple, expressive and safe Shopify / Github Pages compatible template engine in pure JavaScript.",
"main": "dist/liquid.node.cjs.js",
"module": "dist/liquid.node.esm.js",
Expand Down

0 comments on commit c2a8365

Please sign in to comment.