Skip to content

Commit

Permalink
chore: release 0.2.0 (#28)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 28, 2020
1 parent e06eecb commit 66edf34
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Changelog

## [0.2.0](https://www.github.com/conventional-commits/parser/compare/v0.1.0...v0.2.0) (2020-12-28)


### ⚠ BREAKING CHANGES

* add position info to nodes (#5)
* initial implementation of parser (#1)

### Features

* 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))
* **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))
* add conventional-changelog utility ([#19](https://www.github.com/conventional-commits/parser/issues/19)) ([64f21a5](https://www.github.com/conventional-commits/parser/commit/64f21a583766704f35f0c2306c0b477bd6cc1900))
* add greedy whitespace tokenizer ([#24](https://www.github.com/conventional-commits/parser/issues/24)) ([b0c64f9](https://www.github.com/conventional-commits/parser/commit/b0c64f9adfb93b29d9e0d522a63cf6e97c22a97f))
* 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))
* 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))
* 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))
* implement body/footer parsing ([#11](https://www.github.com/conventional-commits/parser/issues/11)) ([e00dcb4](https://www.github.com/conventional-commits/parser/commit/e00dcb472a9e9dcf8f1fb8df7b85fae9a2998656))
* **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))
* initial implementation of parser ([#1](https://www.github.com/conventional-commits/parser/issues/1)) ([3716f40](https://www.github.com/conventional-commits/parser/commit/3716f40f1f193d24cebe6a1e9e3efb301191cddd))


### Bug Fixes

* 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))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@conventional-commits/parser",
"version": "0.1.0",
"version": "0.2.0",
"description": "reference implementation of conventionalcommits.org spec",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 66edf34

Please sign in to comment.