@@ -482,6 +482,10 @@ and _serverless.service.provider.deployedAliasTemplates[]_.
482482
483483## Version history
484484
485+ * 1.8.0
486+ * Option to retain lambda function versions [ #160 ] [ link-160 ]
487+ * ** Breaking** drop Node.js 6 support [ #161 ] [ link-161 ]
488+
485489* 1.7.2
486490 * Added support for Lambda custom roles [ #87 ] [ link-87 ] [ #88 ] [ link-88 ]
487491 * Added support for dash in alias name when creating api gateway authorizers [ #140 ] [ link-140 ]
@@ -538,11 +542,9 @@ and _serverless.service.provider.deployedAliasTemplates[]_.
538542
539543* 1.1.0
540544 * Use stage variable in APIG [ #40 ] [ link-40 ]
541-
542545 * Fix tail logging [ #42 ] [ link-42 ]
543546
544-
545- * 1.0.0 Support "serverless logs" with aliases. First non-alpha!
547+ * 1.0.0 Support "serverless logs" with aliases. First non-alpha!
546548
547549[ ico-serverless ] : http://public.serverless.com/badges/v3.svg
548550[ ico-license ] : https://img.shields.io/github/license/serverless-heaven/serverless-webpack.svg
@@ -559,7 +561,6 @@ and _serverless.service.provider.deployedAliasTemplates[]_.
559561[ link-coverage ] : https://coveralls.io/github/serverless-heaven/serverless-aws-alias?branch=master
560562[ link-contributors ] : https://github.com/serverless-heaven/serverless-aws-alias/graphs/contributors
561563
562-
563564[ comment ] : # ( Referenced issues )
564565
565566[ link-22 ] : https://github.com/serverless-heaven/serverless-aws-alias/issues/22
@@ -593,3 +594,5 @@ and _serverless.service.provider.deployedAliasTemplates[]_.
593594[ link-127 ] : https://github.com/serverless-heaven/serverless-aws-alias/issues/127
594595[ link-140 ] : https://github.com/serverless-heaven/serverless-aws-alias/issues/140
595596[ link-159 ] : https://github.com/serverless-heaven/serverless-aws-alias/issues/159
597+ [ link-160 ] : https://github.com/serverless-heaven/serverless-aws-alias/issues/122
598+ [ link-161 ] : https://github.com/serverless-heaven/serverless-aws-alias/pull/173
0 commit comments