File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/ ) .
7
7
8
- ## [ Unreleased ]
8
+ ## [ 0.3.0 ] / 2018-11-28
9
9
10
10
### Changed
11
11
@@ -29,4 +29,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
29
29
30
30
- Initial release.
31
31
32
- [ Unreleased ] : https://github.com/immutablewebapps/aws-lambda-edge-example/compare/v0.2.0...HEAD
32
+ [ Unreleased ] : https://github.com/immutablewebapps/aws-lambda-edge-example/compare/v0.3.0...HEAD
33
+ [ 0.3.0 ] : https://github.com/immutablewebapps/aws-lambda-edge-example/compare/v0.2.0...v0.3.0
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ with custom values to setup a completely independent project:
87
87
88
88
aws ssm put-parameter --type "String" \
89
89
--name "/app/aws-lambda-edge/experimental/appVersion" \
90
- --value "0.2 .0"
90
+ --value "0.3 .0"
91
91
92
92
aws ssm put-parameter --type "String" \
93
93
--name "/app/aws-lambda-edge/experimental/appConfig" \
@@ -114,7 +114,7 @@ with custom values to setup a completely independent project:
114
114
115
115
aws ssm put-parameter --type "String" \
116
116
--name "/app/aws-lambda-edge/live/appVersion" \
117
- --value "0.2 .0"
117
+ --value "0.3 .0"
118
118
119
119
aws ssm put-parameter --type "String" \
120
120
--name "/app/aws-lambda-edge/live/appConfig" \
You can’t perform that action at this time.
0 commit comments