Skip to content

Commit 2b679ff

Browse files
chore: release 0.3.0 (#31)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5ad6785 commit 2b679ff

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
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.3.0](https://www.github.com/conventional-commits/parser/compare/v0.2.0...v0.3.0) (2020-12-30)
4+
5+
6+
### Features
7+
8+
* **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))
9+
* 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))
10+
* **types:** add TypeScript definitions ([#29](https://www.github.com/conventional-commits/parser/issues/29)) ([2a2474b](https://www.github.com/conventional-commits/parser/commit/2a2474b1bfe700d693b495cb3498fa9163801d7a))
11+
312
## [0.2.0](https://www.github.com/conventional-commits/parser/compare/v0.1.0...v0.2.0) (2020-12-28)
413

514

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.2.0",
3+
"version": "0.3.0",
44
"description": "reference implementation of conventionalcommits.org spec",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)