Skip to content

Commit b9b118d

Browse files
chore(release): bump version and deploy (#32)
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] ### Patch Changes - [#31](#31) ([@mheob](https://github.com/mheob)): update dependencies - [#47](#47) ([@renovate](https://github.com/apps/renovate)): chore(deps): update dependency lint-staged to v15 - [#39](#39) ([@renovate](https://github.com/apps/renovate)): chore(deps): update all non-major dependencies - [#44](#44) ([@renovate](https://github.com/apps/renovate)): chore(deps): update all non-major dependencies - [#45](#45) ([@dependabot](https://github.com/apps/dependabot)): chore(deps-dev): [security] bump @babel/traverse from 7.23.0 to 7.23.2 - [#43](#43) ([@mheob](https://github.com/mheob)): chore(deps): update dependencies Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ea3e356 commit b9b118d

9 files changed

+29
-37
lines changed

.changeset/fast-guests-sleep.md

-5
This file was deleted.

.changeset/giant-jeans-accept.md

-5
This file was deleted.

.changeset/kind-paws-guess.md

-5
This file was deleted.

.changeset/red-schools-tie.md

-5
This file was deleted.

.changeset/shy-bulldogs-switch.md

-5
This file was deleted.

.changeset/two-frogs-visit.md

-5
This file was deleted.

.changeset/yellow-snails-complain.md

-2
This file was deleted.

CHANGELOG.md

+28-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# @mheob/changeset-changelog
22

3+
## 3.0.1
4+
5+
### Patch Changes
6+
7+
- [#31](https://github.com/mheob/changeset-changelog/pull/31) ([@mheob](https://github.com/mheob)): update dependencies
8+
9+
- [#47](https://github.com/mheob/changeset-changelog/pull/47) ([@renovate](https://github.com/apps/renovate)): chore(deps): update
10+
dependency lint-staged to v15
11+
12+
- [#39](https://github.com/mheob/changeset-changelog/pull/39) ([@renovate](https://github.com/apps/renovate)): chore(deps): update
13+
all non-major dependencies
14+
15+
- [#44](https://github.com/mheob/changeset-changelog/pull/44) ([@renovate](https://github.com/apps/renovate)): chore(deps): update
16+
all non-major dependencies
17+
18+
- [#45](https://github.com/mheob/changeset-changelog/pull/45) ([@dependabot](https://github.com/apps/dependabot)):
19+
chore(deps-dev): [security] bump @babel/traverse from 7.23.0 to 7.23.2
20+
21+
- [#43](https://github.com/mheob/changeset-changelog/pull/43) ([@mheob](https://github.com/mheob)): chore(deps): update
22+
dependencies
23+
324
## 3.0.0
425

526
### Major Changes
@@ -11,15 +32,18 @@
1132

1233
### Patch Changes
1334

14-
- [#23](https://github.com/mheob/changeset-changelog/pull/23) ([@mheob](https://github.com/mheob)): reduce the package size to a minium
35+
- [#23](https://github.com/mheob/changeset-changelog/pull/23) ([@mheob](https://github.com/mheob)): reduce the package size to a
36+
minium
37+
38+
- [#17](https://github.com/mheob/changeset-changelog/pull/17) ([@renovate](https://github.com/apps/renovate)): chore(deps): update
39+
all non-major dependencies
1540

16-
- [#17](https://github.com/mheob/changeset-changelog/pull/17) ([@renovate](https://github.com/apps/renovate)): chore(deps): update all non-major dependencies
17-
1841
## 2.0.0
1942

2043
### Major Changes
2144

22-
- [#10](https://github.com/mheob/changeset-changelog/pull/10) ([@mheob](https://github.com/mheob)): complete rewrite of the code and output
45+
- [#10](https://github.com/mheob/changeset-changelog/pull/10) ([@mheob](https://github.com/mheob)): complete rewrite of the code
46+
and output
2347

2448
### Patch Changes
2549

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mheob/changeset-changelog",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "My personal changeset changelog configuration.",
55
"keywords": [
66
"changelog",

0 commit comments

Comments
 (0)