Skip to content

Commit 16d7f2d

Browse files
author
Chris Garrett
committed
Release 2.0.0
1 parent 6aa4cd2 commit 16d7f2d

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v2.0.0 (2020-12-09)
2+
3+
#### :boom: Breaking Change
4+
* [#3](https://github.com/handlebars-lang/handlebars-parser/pull/3) Make sub-expressions callable ([@pzuraq](https://github.com/pzuraq))
5+
6+
#### Committers: 1
7+
- Chris Garrett ([@pzuraq](https://github.com/pzuraq))
8+
19
## v1.1.0 (2020-09-18)
210

311
#### :rocket: Enhancement

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": "@handlebars/parser",
3-
"version": "1.1.0",
3+
"version": "2.0.0",
44
"description": "The parser for the Handlebars language",
55
"homepage": "https://github.com/handlebars-lang/handlebars-parser#readme",
66
"bugs": {

0 commit comments

Comments
 (0)