Skip to content

Commit 577a5f6

Browse files
author
Chris Garrett
committed
Release 1.1.0
1 parent 723df21 commit 577a5f6

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## v1.1.0 (2020-09-18)
2+
3+
#### :rocket: Enhancement
4+
* [#2](https://github.com/handlebars-lang/handlebars-parser/pull/2) [FEAT] Adds types ([@pzuraq](https://github.com/pzuraq))
5+
6+
#### Committers: 1
7+
- Chris Garrett ([@pzuraq](https://github.com/pzuraq))
8+
9+
110
## v1.0.0 (2020-09-14)
211

312
#### :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.0.0",
3+
"version": "1.1.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)