Skip to content

Commit 016b214

Browse files
committed
chore(release): 2.0.0-beta
1 parent 4202741 commit 016b214

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
## [2.0.0-beta](https://github.com/wewoor/cup/compare/v1.1.2...v2.0.0-beta) (2022-06-16)
6+
7+
8+
### Features
9+
10+
* add init command for generating cup.config.js ([4202741](https://github.com/wewoor/cup/commit/42027419cdc551b7dc226c4276d7abdddd4ed0eb))
11+
* prettify the logger ([3932680](https://github.com/wewoor/cup/commit/3932680d81d25dccad3e889723db67c20e37b082))
12+
* simplify the Run command logic ([65ae2e2](https://github.com/wewoor/cup/commit/65ae2e2697586126ee6cc28d225d0fd2c60a2bdf))

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mini-cup",
3-
"version": "1.1.2",
3+
"version": "2.0.0-beta",
44
"type": "commonjs",
55
"description": "Easy to serve static web resources, Easy to proxy requests.",
66
"keywords": [
@@ -21,7 +21,6 @@
2121
"compression": "^1.6.2",
2222
"express": "^4.13.3",
2323
"express-session": "^1.13.0",
24-
"fs-extra": "^10.1.0",
2524
"http-proxy-middleware": "^2.0.6",
2625
"morgan": "^1.8.1"
2726
},
@@ -37,7 +36,8 @@
3736
"cup": "cup",
3837
"test": "mocha",
3938
"eslint": "eslint src/** bin/** --fix",
40-
"serve": "node src/server.js"
39+
"serve": "node src/server.js",
40+
"release": "standard-version"
4141
},
4242
"repository": {
4343
"type": "git",

0 commit comments

Comments
 (0)