Skip to content

Commit

Permalink
feat: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaweiss committed Jun 14, 2022
1 parent 1f9652f commit 161d1b2
Show file tree
Hide file tree
Showing 3 changed files with 967 additions and 10 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
Change log
=======
v1.0.6
update README.md
change color lib, replace `chalk` with `picocolors`
- update README.md
- change color lib, replace `chalk` with `picocolors`

v1.0.5
fix: windows path
change color lib, replace `colors` with `chalk`

- fix: windows path
- change color lib, replace `colors` with `chalk`

v1.0.4

upgrade: ali-oss 6.17.1

v1.0.3

fix: lock colors package version

v1.0.2
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": "vite-plugin-ali-oss",
"version": "1.0.5",
"version": "1.0.6",
"author": "xiaweiss",
"description": "Upload the production files bundled in the project to Ali OSS, except for html",
"homepage": "https://github.com/xiaweiss/vite-plugin-ali-oss",
Expand All @@ -13,10 +13,12 @@
"aliyun"
],
"scripts": {
"example:build": "pnpm -C example build"
"example:build": "pnpm -C example build",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"dependencies": {
"ali-oss": "^6.17.1",
"conventional-changelog-cli": "^2.2.2",
"glob": "^8.0.3",
"picocolors": "^1.0.0"
},
Expand Down
Loading

0 comments on commit 161d1b2

Please sign in to comment.