diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..90e6086 --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index a1fff20..e2e0b9c 100644 --- a/package.json +++ b/package.json @@ -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": [