Skip to content

Commit 6f8f05e

Browse files
author
Chris Garrett
committed
Release 1.0.0
1 parent e8bcd7e commit 6f8f05e

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

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

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": "0.0.0",
3+
"version": "1.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)