Skip to content

Commit

Permalink
chore(release): v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
yugasun committed Feb 18, 2020
1 parent 06a3f72 commit 5e6fb97
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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.

### 0.1.5 (2020-02-18)

### Features

- add cdn inputs cache ([06a3f72](https://github.com/serverless-components/tencent-cdn/commit/06a3f72702327a85f23ccb1392d1493c3fd5c98b))
- add cname output, and file read for certificate ([7425118](https://github.com/serverless-components/tencent-cdn/commit/7425118e1c79849764498264eaee8fdf9dcbc5a6))
- add empty value clean for cloud api ([0aa85da](https://github.com/serverless-components/tencent-cdn/commit/0aa85da7cd29bb26774af5c414c8422b8eb66741))
- init project ([1654bd7](https://github.com/serverless-components/tencent-cdn/commit/1654bd73f6bdc6adf53238b737a071bc5271a6cf))
- optimize code ([f3b2d53](https://github.com/serverless-components/tencent-cdn/commit/f3b2d53d00348c1c5eba56feb5db3aacf7c80c15))

### Bug Fixes

- cdn remove method ([e7b231c](https://github.com/serverless-components/tencent-cdn/commit/e7b231cb50d17e1234fe415ff4e665ab763246c3))
- readme ([00b2625](https://github.com/serverless-components/tencent-cdn/commit/00b2625104bad8b2a57445208cf616f3a571fedb))
- readme ([eacb6d6](https://github.com/serverless-components/tencent-cdn/commit/eacb6d619a88e9f54237663deb3d9af1c3f50d6f))
- unconfig accessIp bug ([f877b24](https://github.com/serverless-components/tencent-cdn/commit/f877b24abc9d584fb68a93e48fc0b4d9e6812f56))

### 0.1.1 (2019-12-11)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@serverless/tencent-cdn",
"description": "Tencent Cloud CDN Component",
"version": "0.1.4",
"version": "0.1.5",
"main": "serverless.js",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 5e6fb97

Please sign in to comment.