Skip to content

Commit 1c885ec

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

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/silent-pumas-hammer.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.1.1
4+
5+
### Patch Changes
6+
7+
- [#8](https://github.com/iamchathu/changeset-conventional-commits/pull/8) [`0c38ab6`](https://github.com/iamchathu/changeset-conventional-commits/commit/0c38ab618353e35fa8fe616a372be8a27ff7b345) Thanks [@iamchathu](https://github.com/iamchathu)! - fix: :bug: release section missing in changesets
8+
39
## 0.1.0
410

511
### Minor 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.1.0",
3+
"version": "0.1.1",
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)