Skip to content

Commit

Permalink
Release v3.21.3 (#179)
Browse files Browse the repository at this point in the history
* Release v3.21.3

* prettify

* update prettify script
  • Loading branch information
timqian authored Mar 30, 2022
1 parent 5c80a05 commit dc05833
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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.

# [3.21.3](https://github.com/serverless/serverless-tencent/compare/v3.21.2..v3.21.3) (2022-03-30)

- Fix exit code issue for YML parsing
- Detect .env file inside target path

# [3.21.2](https://github.com/serverless/serverless-tencent/compare/v3.21.1..v3.21.2) (2022-03-16)

- Republish new version for binary upload
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-tencent",
"version": "3.21.2",
"version": "3.21.3",
"description": "Serverless Tencent command line tool",
"main": "./dist/index.js",
"repository": "serverless/serverless-tencent",
Expand All @@ -15,7 +15,7 @@
"prettier-check:updated": "pipe-git-updated --ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier -c",
"prebuild": "rm -fr dist",
"build": "webpack",
"prettify": "prettier --write src/ tests/ scripts/ .github/workflows/",
"prettify": "prettier --write src/ tests/ scripts/ .github/workflows/ CHANGELOG.md",
"test": "jest ./tests --verbose -o",
"test:coverage": "jest --silent --coverage --coverageReporters=\"text\" --coverageReporters=\"text-summary\"",
"testOne": "jest --verbose -o",
Expand Down

0 comments on commit dc05833

Please sign in to comment.