Skip to content

Commit 66edf34

Browse files
chore: release 0.2.0 (#28)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e06eecb commit 66edf34

2 files changed

Lines changed: 28 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Changelog
2+
3+
## [0.2.0](https://www.github.com/conventional-commits/parser/compare/v0.1.0...v0.2.0) (2020-12-28)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* add position info to nodes (#5)
9+
* initial implementation of parser (#1)
10+
11+
### Features
12+
13+
* refactor footer to be part of message ([#26](https://www.github.com/conventional-commits/parser/issues/26)) ([e06eecb](https://www.github.com/conventional-commits/parser/commit/e06eecb3e8fe9b8418f4584c995cbfcbce4b0f08))
14+
* **conventional-changelog:** populate references array ([#27](https://www.github.com/conventional-commits/parser/issues/27)) ([9fbcde2](https://www.github.com/conventional-commits/parser/commit/9fbcde234af26a2b6865d6d549dfe077fd14ce1b))
15+
* add conventional-changelog utility ([#19](https://www.github.com/conventional-commits/parser/issues/19)) ([64f21a5](https://www.github.com/conventional-commits/parser/commit/64f21a583766704f35f0c2306c0b477bd6cc1900))
16+
* add greedy whitespace tokenizer ([#24](https://www.github.com/conventional-commits/parser/issues/24)) ([b0c64f9](https://www.github.com/conventional-commits/parser/commit/b0c64f9adfb93b29d9e0d522a63cf6e97c22a97f))
17+
* add inspect command to debug trees ([#9](https://www.github.com/conventional-commits/parser/issues/9)) ([2967cc4](https://www.github.com/conventional-commits/parser/commit/2967cc48febd88a6a6a3b4c9fb0e8707cfc0ae99))
18+
* add node helpers to scanner ([#15](https://www.github.com/conventional-commits/parser/issues/15)) ([ef8a6ca](https://www.github.com/conventional-commits/parser/commit/ef8a6ca2fc965487324747a6c88ba3129218482b))
19+
* add position info to nodes ([#5](https://www.github.com/conventional-commits/parser/issues/5)) ([3bbca45](https://www.github.com/conventional-commits/parser/commit/3bbca4556d2561d4031f10e45c0481c15a639ec5))
20+
* implement body/footer parsing ([#11](https://www.github.com/conventional-commits/parser/issues/11)) ([e00dcb4](https://www.github.com/conventional-commits/parser/commit/e00dcb472a9e9dcf8f1fb8df7b85fae9a2998656))
21+
* **grammar:** ran grammar through linter ([#8](https://www.github.com/conventional-commits/parser/issues/8)) ([1ee86a7](https://www.github.com/conventional-commits/parser/commit/1ee86a7ad82374e46f33c0b865114bb914db5481))
22+
* initial implementation of parser ([#1](https://www.github.com/conventional-commits/parser/issues/1)) ([3716f40](https://www.github.com/conventional-commits/parser/commit/3716f40f1f193d24cebe6a1e9e3efb301191cddd))
23+
24+
25+
### Bug Fixes
26+
27+
* use new parser export name in inspect script ([#23](https://www.github.com/conventional-commits/parser/issues/23)) ([41a2939](https://www.github.com/conventional-commits/parser/commit/41a293961bde9d3ec7d4dca2d2196810acd6ab06))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@conventional-commits/parser",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "reference implementation of conventionalcommits.org spec",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)