Skip to content

Commit

Permalink
chore: release 4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban committed May 15, 2024
1 parent 1b3e8fa commit 9a14132
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 4.6.0

###    Features

- Update conventional-changelog and conventional-recommended-bump &nbsp;-&nbsp; by **Stephen Zhou** [<samp>(5546e)</samp>](https://github.com/hyoban/release-it-pnpm/commit/5546eb8)

### &nbsp;&nbsp;&nbsp;Bug Fixes

- Missing emoji in title &nbsp;-&nbsp; by **Stephen Zhou** [<samp>(e3cba)</samp>](https://github.com/hyoban/release-it-pnpm/commit/e3cbaf3)
- Apply breaking change from conventional-recommended-bump &nbsp;-&nbsp; by **Stephen Zhou** [<samp>(1b3e8)</samp>](https://github.com/hyoban/release-it-pnpm/commit/1b3e8fa)

##### &nbsp;&nbsp;&nbsp;&nbsp;[View changes on GitHub](https://github.com/hyoban/release-it-pnpm/compare/4.5.1...main)

## 4.5.1

### &nbsp;&nbsp;&nbsp;Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "4.5.1",
"version": "4.6.0",
"private": true,
"scripts": {
"build": "next build",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "release-it-pnpm",
"type": "module",
"version": "4.5.1",
"version": "4.6.0",
"packageManager": "pnpm@9.1.1",
"description": "Run release-it with pnpm",
"author": "Stephen Zhou <hi@hyoban.cc>",
Expand Down

0 comments on commit 9a14132

Please sign in to comment.