Skip to content

Commit 831a45b

Browse files
chore: version package (#16)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2e103e6 commit 831a45b

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/thick-swans-switch.md

-5
This file was deleted.

CHANGELOG.md

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

3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
- [#15](https://github.com/iamchathu/changeset-conventional-commits/pull/15) [`2e103e6`](https://github.com/iamchathu/changeset-conventional-commits/commit/2e103e6939e8cb1f946a129ef5a048d539034168) Thanks [@jakub-hajduk](https://github.com/jakub-hajduk)! - Fixed new line markers in git command causing errors
8+
39
## 0.2.1
410

511
### 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.1",
3+
"version": "0.2.2",
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)