Skip to content

Commit 250165b

Browse files
committed
chore(release): publish %s
- @twilio-labs/[email protected]
1 parent 5d70081 commit 250165b

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

packages/plugin-assets/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.2.4](https://github.com/twilio-labs/serverless-toolkit/compare/@twilio-labs/[email protected]...@twilio-labs/[email protected]) (2021-08-05)
7+
8+
**Note:** Version bump only for package @twilio-labs/plugin-assets
9+
10+
11+
12+
13+
614
## [1.2.3](https://github.com/twilio-labs/serverless-toolkit/compare/@twilio-labs/[email protected]...@twilio-labs/[email protected]) (2021-07-28)
715

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

packages/plugin-assets/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ OPTIONS
6666
--properties=properties [default: service_sid, sid, domain_name] The asset service environment properties you
6767
would like to display (JSON output always shows all properties).
6868
69-
--service-name=service-name [default: vague-kettle] A unique name for your asset service. May only contain
70-
alphanumeric characters and hyphens.
69+
--service-name=service-name A unique name for your asset service. May only contain alphanumeric characters and
70+
hyphens.
7171
```
7272

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

7575
## `twilio assets:list`
7676

@@ -91,7 +91,7 @@ OPTIONS
9191
(JSON output always shows all properties).
9292
```
9393

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

9696
## `twilio assets:upload FILE`
9797

@@ -117,7 +117,7 @@ OPTIONS
117117
--protected Sets the uploaded asset's visibility to 'protected'
118118
```
119119

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

123123
## Contributing

packages/plugin-assets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@twilio-labs/plugin-assets",
33
"description": "Easily upload assets to a Twilio Assets service",
4-
"version": "1.2.3",
4+
"version": "1.2.4",
55
"author": "Twilio Inc. <[email protected]> (https://www.twilio.com/labs)",
66
"contributors": [
77
"Phil Nash <[email protected]>"

0 commit comments

Comments
 (0)