We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50107ca commit fb1f6efCopy full SHA for fb1f6ef
3 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@serverless-devs/core",
3
- "version": "0.1.61",
+ "version": "0.1.62",
4
"description": "Serverless Devs Tool Core Component",
5
"keywords": [
6
"Serverless",
publish.yaml
@@ -2,7 +2,7 @@ Type: Component
Name: core
Provider:
- 阿里云
-Version: 0.1.61
+Version: 0.1.62
Description: Serverless Devs 核心组件
7
HomePage: https://github.com/Serverless-Devs/core
8
Tags: #标签详情
src/daemon/constant.js
@@ -1,3 +1,3 @@
module.exports = {
- DEFAULT_CORE_VERSION: '0.1.61',
+ DEFAULT_CORE_VERSION: '0.1.62',
};
0 commit comments