Skip to content

Commit 5020bf5

Browse files
chore: release 0.4.0 (#34)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5b12227 commit 5020bf5

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.4.0](https://www.github.com/conventional-commits/parser/compare/v0.3.0...v0.4.0) (2021-01-07)
4+
5+
6+
### Features
7+
8+
* add greedy newline tokenizer ([#25](https://www.github.com/conventional-commits/parser/issues/25)) ([5b12227](https://www.github.com/conventional-commits/parser/commit/5b12227426d8c2f0ec3c88eb58ba8cf76d76246a))
9+
310
## [0.3.0](https://www.github.com/conventional-commits/parser/compare/v0.2.0...v0.3.0) (2020-12-30)
411

512

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

0 commit comments

Comments
 (0)