Skip to content

Commit a4d3246

Browse files
chore: version package (#24)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9aaa449 commit a4d3246

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

.changeset/plenty-ways-relate.md

-8
This file was deleted.

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# changeset-conventional-commits
22

3+
## 0.2.4
4+
5+
### Patch Changes
6+
7+
- [#23](https://github.com/iamchathu/changeset-conventional-commits/pull/23) [`9aaa449`](https://github.com/iamchathu/changeset-conventional-commits/commit/9aaa449b662f34d48a848149a6d965a43f2718ff) Thanks [@nerdgore](https://github.com/nerdgore)! - fix: read full git commit message
8+
9+
Fixes an issue where the body of a git
10+
commit message was ignored.
11+
312
## 0.2.3
413

514
### Patch Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "changeset-conventional-commits",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "Generate Changesets from conventional commits",
55
"homepage": "http://github.com/iamchathu/changeset-conventional-commits",
66
"main": "bin/index.js",

0 commit comments

Comments
 (0)