Skip to content

Commit 7526d40

Browse files
chore(release): 10.3.2 [skip ci]
## [10.3.2](v10.3.1...v10.3.2) (2022-12-13) ### Bug Fixes * re-export error classes, [#569](#569) ([2663ee1](2663ee1))
1 parent 2663ee1 commit 7526d40

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [10.3.2](https://github.com/harttle/liquidjs/compare/v10.3.1...v10.3.2) (2022-12-13)
2+
3+
4+
### Bug Fixes
5+
6+
* re-export error classes, [#569](https://github.com/harttle/liquidjs/issues/569) ([2663ee1](https://github.com/harttle/liquidjs/commit/2663ee16a066c74cbd387fe40154fdeb2136f35a))
7+
18
## [10.3.1](https://github.com/harttle/liquidjs/compare/v10.3.0...v10.3.1) (2022-12-12)
29

310

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "liquidjs",
3-
"version": "10.3.1",
3+
"version": "10.3.2",
44
"description": "A simple, expressive and safe Shopify / Github Pages compatible template engine in pure JavaScript.",
55
"main": "dist/liquid.node.cjs.js",
66
"module": "dist/liquid.node.esm.js",

0 commit comments

Comments
 (0)