Skip to content

Commit

Permalink
chore(npm-release): version packages (#38)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jul 18, 2024
1 parent bf79026 commit e1b370a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/clever-deers-clap.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# create-ks-project

## 4.1.1

### Patch Changes

- bf79026: release

## 0.0.24

### Patch Changes
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-ks-project",
"version": "4.1.0",
"version": "4.1.1",
"repository": {
"type": "git",
"url": "https://github.com/kubesphere/create-ks-project"
Expand All @@ -10,7 +10,9 @@
"bin": {
"create-ks-project": "./dist/index.js"
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "rimraf ./dist/ && ncc build ./index.ts -o ./dist/ --minify --no-cache --no-source-map-register",
"changeset:add": "changeset add",
Expand Down

0 comments on commit e1b370a

Please sign in to comment.