Skip to content

Commit b5b75f8

Browse files
committed
chore(release): v0.0.1
1 parent 0d4fada commit b5b75f8

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Changelog
2+
3+
4+
## v0.0.1
5+
6+
7+
### 🚀 Enhancements
8+
9+
- Complete the `set&get` of `npm` registry ([cd5be8c](https://github.com/Cai-Tools/npm-management/commit/cd5be8c))
10+
- `Tabs` switch pages ([f941e72](https://github.com/Cai-Tools/npm-management/commit/f941e72))
11+
- Add release ci ([0d4fada](https://github.com/Cai-Tools/npm-management/commit/0d4fada))
12+
13+
### 🩹 Fixes
14+
15+
- Create windowless cmd on Windows ([#2](https://github.com/Cai-Tools/npm-management/pull/2))
16+
17+
### 💅 Refactors
18+
19+
- Rename`npm-management` ([5e1be40](https://github.com/Cai-Tools/npm-management/commit/5e1be40))
20+
21+
### 📖 Documentation
22+
23+
- Add declaration ([5e60c8c](https://github.com/Cai-Tools/npm-management/commit/5e60c8c))
24+
25+
### 🏡 Chore
26+
27+
- Add LICENSE ([610c0f3](https://github.com/Cai-Tools/npm-management/commit/610c0f3))
28+
- Replace app icon ([f6eefa0](https://github.com/Cai-Tools/npm-management/commit/f6eefa0))
29+
- Rename `npm management` ([56b7832](https://github.com/Cai-Tools/npm-management/commit/56b7832))
30+
31+
### 🎨 Styles
32+
33+
- Optimize `refresh` and `installation` animations ([4fcc93b](https://github.com/Cai-Tools/npm-management/commit/4fcc93b))
34+
35+
### ❤️ Contributors
36+
37+
- Jimmy ([@RSS1102](http://github.com/RSS1102))
38+
- 阿菜 Cai ([@RSS1102](http://github.com/RSS1102))
39+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cai-tools/npm-management",
33
"private": true,
4-
"version": "0.0.0",
4+
"version": "0.0.1",
55
"type": "module",
66
"scripts": {
77
"preinstall": "npx only-allow pnpm",

0 commit comments

Comments
 (0)