Skip to content

Commit 54b2adc

Browse files
chore(release): 7.2.2 [skip ci]
## [7.2.2](v7.2.1...v7.2.2) (2019-02-23) ### Bug Fixes * filters break when argument contains [()|, fixes [#89](#89) ([e977669](e977669))
1 parent 542968e commit 54b2adc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+845
-238
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [7.2.2](https://github.com/harttle/liquidjs/compare/v7.2.1...v7.2.2) (2019-02-23)
2+
3+
4+
### Bug Fixes
5+
6+
* filters break when argument contains [()|, fixes [#89](https://github.com/harttle/liquidjs/issues/89) ([e977669](https://github.com/harttle/liquidjs/commit/e977669))
7+
18
## [7.2.1](https://github.com/harttle/liquidjs/compare/v7.2.0...v7.2.1) (2019-02-22)
29

310

dist/benchmark/demo.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export default function (): Promise<{}>;

dist/benchmark/index.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export {};

dist/benchmark/output.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export default function (): Promise<{}>;

dist/benchmark/tag.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export default function (): Promise<{}>;

dist/demo/typescript/index.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export {};

dist/liquid.common.js

+129-116
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/liquid.common.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)