Skip to content

Commit

Permalink
chore(release): publish %s
Browse files Browse the repository at this point in the history
 - @twilio-labs/[email protected]
  • Loading branch information
dkundel committed Aug 5, 2021
1 parent 5d70081 commit 250165b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions packages/plugin-assets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.4](https://github.com/twilio-labs/serverless-toolkit/compare/@twilio-labs/[email protected]...@twilio-labs/[email protected]) (2021-08-05)

**Note:** Version bump only for package @twilio-labs/plugin-assets





## [1.2.3](https://github.com/twilio-labs/serverless-toolkit/compare/@twilio-labs/[email protected]...@twilio-labs/[email protected]) (2021-07-28)

**Note:** Version bump only for package @twilio-labs/plugin-assets
Expand Down
10 changes: 5 additions & 5 deletions packages/plugin-assets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ OPTIONS
--properties=properties [default: service_sid, sid, domain_name] The asset service environment properties you
would like to display (JSON output always shows all properties).
--service-name=service-name [default: vague-kettle] A unique name for your asset service. May only contain
alphanumeric characters and hyphens.
--service-name=service-name A unique name for your asset service. May only contain alphanumeric characters and
hyphens.
```

_See code: [src/commands/assets/init.js](https://github.com/twilio-labs/serverless-toolkit/blob/v1.2.3/src/commands/assets/init.js)_
_See code: [src/commands/assets/init.js](https://github.com/twilio-labs/serverless-toolkit/blob/v1.2.4/src/commands/assets/init.js)_

## `twilio assets:list`

Expand All @@ -91,7 +91,7 @@ OPTIONS
(JSON output always shows all properties).
```

_See code: [src/commands/assets/list.js](https://github.com/twilio-labs/serverless-toolkit/blob/v1.2.3/src/commands/assets/list.js)_
_See code: [src/commands/assets/list.js](https://github.com/twilio-labs/serverless-toolkit/blob/v1.2.4/src/commands/assets/list.js)_

## `twilio assets:upload FILE`

Expand All @@ -117,7 +117,7 @@ OPTIONS
--protected Sets the uploaded asset's visibility to 'protected'
```

_See code: [src/commands/assets/upload.js](https://github.com/twilio-labs/serverless-toolkit/blob/v1.2.3/src/commands/assets/upload.js)_
_See code: [src/commands/assets/upload.js](https://github.com/twilio-labs/serverless-toolkit/blob/v1.2.4/src/commands/assets/upload.js)_
<!-- commandsstop -->

## Contributing
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-assets/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@twilio-labs/plugin-assets",
"description": "Easily upload assets to a Twilio Assets service",
"version": "1.2.3",
"version": "1.2.4",
"author": "Twilio Inc. <[email protected]> (https://www.twilio.com/labs)",
"contributors": [
"Phil Nash <[email protected]>"
Expand Down

0 comments on commit 250165b

Please sign in to comment.