Skip to content

Commit

Permalink
Release: 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
neil.zxy committed Dec 1, 2023
1 parent b47830a commit 172482f
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 58 deletions.
17 changes: 14 additions & 3 deletions notes.md
@@ -1,3 +1,14 @@
## fix
- projectName overlaps with commands
- {this.vars.region} cannot be changed by env.yaml
## features 🚀
- Throw exception when project name overlaps with commands. [#688](https://github.com/Serverless-Devs/Serverless-Devs/issues/688)
- Add report on `s cli` command.
- `s registry publish` now has a adaptive progress bar. The size unit will change with the size of the zip package.
- Remove `--project` in `s init`.
- Support report feature on v2 templates.
- Change `${target...}` into `${source...}` in env.yaml.
- Report trackerDesc.
- Multi-env: Run env component when using `s env` commands or with `--env` parameter.

## fix 🛠️
- `${this.vars.region}` cannot be changed by `env.yaml`.
- Compile fail when an attribute in yaml is ''.
- Some information missing when report.
72 changes: 18 additions & 54 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@serverless-devs/s3",
"version": "0.1.1-beta.12",
"version": "0.1.1",
"description": "Serverless devs tool, serverless developer tool, supports Alibaba cloud, AWS, azure, baidu cloud, Huawei cloud, Google cloud and Tencent cloud.",
"homepage": "https://www.serverless-devs.com",
"keywords": [
Expand Down

0 comments on commit 172482f

Please sign in to comment.