Skip to content

Commit a20d008

Browse files
author
Frank Schmid
committed
Version bump to 1.0.0
1 parent 17040e0 commit a20d008

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,8 @@ contains its entire configuration (VPC settings, environment, etc.)
276276
## For developers
277277
### Lifecycle events
278278

279+
_currently the exposed hooks are disabled after the change to the new SLS lifecycle model_
280+
279281
The plugin adds the following lifecycle events that can be hooked by other plugins:
280282

281283
* alias:deploy:uploadArtifacts
@@ -311,6 +313,7 @@ and _serverless.service.provider.deployedAliasTemplates[]_.
311313

312314
## Version history
313315

316+
* 1.0.0 Support "serverless logs" with aliases. First non-alpha!
314317
* 0.5.1-alpha1 Use separate Lambda roles per alias
315318
* 0.5.0-alpha1 Fixes a bug with deploying event sources introduced with 0.4.0
316319
Use new event model introduced in SLS 1.12. Needs SLS 1.12 or greater from now on.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-aws-alias",
3-
"version": "0.5.1-alpha1",
3+
"version": "1.0.0",
44
"description": "Serverless plugin to support AWS function aliases",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)