Skip to content

Commit 06120ca

Browse files
authored
chore(release): bump version and deploy (#4)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @mheob/[email protected] ### Major Changes - complete rewrite of the code and output --> ([#10](#10)) by [@mheob](https://github.com/mheob) ### Patch Changes - cleanup repository --> ([#11](#11)) by [@mheob](https://github.com/mheob)
1 parent 193c43e commit 06120ca

File tree

5 files changed

+13
-16
lines changed

5 files changed

+13
-16
lines changed

.changeset/README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Changesets
22

3-
Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works with multi-package
4-
repos, or single-package repos to help you version and publish your code. You can find the full documentation for it
5-
[in our repository](https://github.com/changesets/changesets)
3+
Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works with multi-package repos, or single-package repos to help you version and publish your code. You can find the full documentation for it [in our repository](https://github.com/changesets/changesets)
64

7-
We have a quick list of common questions to get you started engaging with this project in
8-
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)
5+
We have a quick list of common questions to get you started engaging with this project in [our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)

.changeset/nine-bikes-refuse.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/unlucky-frogs-fix.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @mheob/changeset-changelog
22

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- complete rewrite of the code and output --> ([#10](https://github.com/mheob/changeset-changelog/pull/10)) by [@mheob](https://github.com/mheob)
8+
9+
### Patch Changes
10+
11+
- cleanup repository --> ([#11](https://github.com/mheob/changeset-changelog/pull/11)) by [@mheob](https://github.com/mheob)
12+
313
## 1.0.0
414

515
### Major Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mheob/changeset-changelog",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "My personal changeset changelog configuration.",
55
"keywords": [
66
"changelog",

0 commit comments

Comments
 (0)