Skip to content

Commit

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

## 4.5.0

###    Features

- Support custom publish command &nbsp;-&nbsp; by **Stephen Zhou** [<samp>(d87f5)</samp>](https://github.com/hyoban/release-it-pnpm/commit/d87f5ae)

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

## 4.4.4

### &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": "0.1.0",
"version": "4.5.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.4.4",
"version": "4.5.0",
"packageManager": "pnpm@9.0.4",
"description": "Run release-it with pnpm",
"author": "Stephen Zhou <hi@hyoban.cc>",
Expand Down

0 comments on commit 9f5e7f6

Please sign in to comment.