Skip to content

Commit

Permalink
chore: release 0.3.0 (#31)
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 30, 2020
1 parent 5ad6785 commit 2b679ff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.3.0](https://www.github.com/conventional-commits/parser/compare/v0.2.0...v0.3.0) (2020-12-30)


### Features

* **conventional-changelog:** handle BREAKING CHANGE in footer and body ([#32](https://www.github.com/conventional-commits/parser/issues/32)) ([5ad6785](https://www.github.com/conventional-commits/parser/commit/5ad678567d429174e1ec1eb709a6dd6547f6f2a8))
* support BREAKING CHANGE in body ([#30](https://www.github.com/conventional-commits/parser/issues/30)) ([8f3f5c7](https://www.github.com/conventional-commits/parser/commit/8f3f5c77fec0bea267d92bd0ca71ed8b49edf5a9))
* **types:** add TypeScript definitions ([#29](https://www.github.com/conventional-commits/parser/issues/29)) ([2a2474b](https://www.github.com/conventional-commits/parser/commit/2a2474b1bfe700d693b495cb3498fa9163801d7a))

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


Expand Down
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.2.0",
"version": "0.3.0",
"description": "reference implementation of conventionalcommits.org spec",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 2b679ff

Please sign in to comment.