Skip to content

Commit

Permalink
chore(release): bump version and deploy (#32)
Browse files Browse the repository at this point in the history
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/changeset-changelog@3.0.1

### 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>
  • Loading branch information
mheob-bot and github-actions[bot] committed Oct 24, 2023
1 parent ea3e356 commit b9b118d
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 37 deletions.
5 changes: 0 additions & 5 deletions .changeset/fast-guests-sleep.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-jeans-accept.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-paws-guess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-schools-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-bulldogs-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-frogs-visit.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/yellow-snails-complain.md

This file was deleted.

32 changes: 28 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @mheob/changeset-changelog

## 3.0.1

### Patch Changes

- [#31](https://github.com/mheob/changeset-changelog/pull/31) ([@mheob](https://github.com/mheob)): update dependencies

- [#47](https://github.com/mheob/changeset-changelog/pull/47) ([@renovate](https://github.com/apps/renovate)): chore(deps): update
dependency lint-staged to v15

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

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

- [#45](https://github.com/mheob/changeset-changelog/pull/45) ([@dependabot](https://github.com/apps/dependabot)):
chore(deps-dev): [security] bump @babel/traverse from 7.23.0 to 7.23.2

- [#43](https://github.com/mheob/changeset-changelog/pull/43) ([@mheob](https://github.com/mheob)): chore(deps): update
dependencies

## 3.0.0

### Major Changes
Expand All @@ -11,15 +32,18 @@

### Patch Changes

- [#23](https://github.com/mheob/changeset-changelog/pull/23) ([@mheob](https://github.com/mheob)): reduce the package size to a minium
- [#23](https://github.com/mheob/changeset-changelog/pull/23) ([@mheob](https://github.com/mheob)): reduce the package size to a
minium

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

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

## 2.0.0

### Major Changes

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

### Patch Changes

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mheob/changeset-changelog",
"version": "3.0.0",
"version": "3.0.1",
"description": "My personal changeset changelog configuration.",
"keywords": [
"changelog",
Expand Down

0 comments on commit b9b118d

Please sign in to comment.