File tree Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 1.2.4] ( https://github.com/twilio-labs/serverless-toolkit/compare/@twilio-labs/plugin-assets@1.2.3...@twilio-labs/plugin-assets@1.2.4 ) (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/plugin-assets@1.2.2...@twilio-labs/plugin-assets@1.2.3 ) (2021-07-28)
715
816** Note:** Version bump only for package @twilio-labs/plugin-assets
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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. <open-source@twilio.com> (https://www.twilio.com/labs)" ,
66 "contributors" : [
77 " Phil Nash <philnash@twilio.com>"
You can’t perform that action at this time.
0 commit comments