Skip to content

Commit cf743c9

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

8 files changed

+19
-31
lines changed

.changeset/big-moons-rush.md

-5
This file was deleted.

.changeset/brave-tomatoes-search.md

-5
This file was deleted.

.changeset/green-bottles-study.md

-5
This file was deleted.

.changeset/little-apes-sip.md

-5
This file was deleted.

.changeset/new-mails-perform.md

-5
This file was deleted.

.changeset/seven-apples-prove.md

-5
This file was deleted.

CHANGELOG.md

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

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [#6](https://github.com/iamchathu/changeset-conventional-commits/pull/6) [`9f6bf0f`](https://github.com/iamchathu/changeset-conventional-commits/commit/9f6bf0fa970f15d1d07e851ca6924415206b5507) Thanks [@iamchathu](https://github.com/iamchathu)! - feat: :sparkles: add case to handle poly repository
8+
9+
- [#6](https://github.com/iamchathu/changeset-conventional-commits/pull/6) [`9f6bf0f`](https://github.com/iamchathu/changeset-conventional-commits/commit/9f6bf0fa970f15d1d07e851ca6924415206b5507) Thanks [@iamchathu](https://github.com/iamchathu)! - feat: :sparkles: handle duplicate changeset creation
10+
11+
### Patch Changes
12+
13+
- [#6](https://github.com/iamchathu/changeset-conventional-commits/pull/6) [`9f6bf0f`](https://github.com/iamchathu/changeset-conventional-commits/commit/9f6bf0fa970f15d1d07e851ca6924415206b5507) Thanks [@iamchathu](https://github.com/iamchathu)! - revert: :rewind: revert git push tags from ci publish script
14+
15+
- [#6](https://github.com/iamchathu/changeset-conventional-commits/pull/6) [`9f6bf0f`](https://github.com/iamchathu/changeset-conventional-commits/commit/9f6bf0fa970f15d1d07e851ca6924415206b5507) Thanks [@iamchathu](https://github.com/iamchathu)! - docs: :memo: update readme
16+
17+
- [#6](https://github.com/iamchathu/changeset-conventional-commits/pull/6) [`9f6bf0f`](https://github.com/iamchathu/changeset-conventional-commits/commit/9f6bf0fa970f15d1d07e851ca6924415206b5507) Thanks [@iamchathu](https://github.com/iamchathu)! - ci: :construction_worker: update github action to publish tags
18+
19+
- [#6](https://github.com/iamchathu/changeset-conventional-commits/pull/6) [`9f6bf0f`](https://github.com/iamchathu/changeset-conventional-commits/commit/9f6bf0fa970f15d1d07e851ca6924415206b5507) Thanks [@iamchathu](https://github.com/iamchathu)! - docs: :memo: add changesets
20+
321
## 0.0.2
422

523
### 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.0.2",
3+
"version": "0.1.0",
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)