Skip to content

Commit

Permalink
Release 0.1.64 (#118)
Browse files Browse the repository at this point in the history
* test: 0.1.63-beta.1

Signed-off-by: xsahxl <[email protected]>

* publish: 0.1.64-beta.1

Signed-off-by: xsahxl <[email protected]>

* release: 0.1.64

Signed-off-by: xsahxl <[email protected]>

---------

Signed-off-by: xsahxl <[email protected]>
  • Loading branch information
xsahxl authored Sep 12, 2023
1 parent aebe0e5 commit bb02f4c
Show file tree
Hide file tree
Showing 4 changed files with 100 additions and 15 deletions.
107 changes: 96 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serverless-devs/core",
"version": "0.1.63",
"version": "0.1.64",
"description": "Serverless Devs Tool Core Component",
"keywords": [
"Serverless",
Expand Down Expand Up @@ -50,7 +50,7 @@
"@serverless-devs/acc": "^1.1.3",
"@serverless-devs/got": "^8.3.2",
"@serverless-devs/s-progress-bar": "^0.0.8",
"@serverless-devs/utils": "^0.0.5",
"@serverless-devs/utils": "^0.0.8",
"@types/archiver": "^5.1.1",
"@types/command-exists": "^1.2.0",
"@types/command-line-usage": "^5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Component
Name: core
Provider:
- 阿里云
Version: 0.1.63
Version: 0.1.64
Description: Serverless Devs 核心组件
HomePage: https://github.com/Serverless-Devs/core
Tags: #标签详情
Expand Down
2 changes: 1 addition & 1 deletion src/daemon/constant.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
DEFAULT_CORE_VERSION: '0.1.63',
DEFAULT_CORE_VERSION: '0.1.64',
};

0 comments on commit bb02f4c

Please sign in to comment.