Skip to content

Commit 44a9330

Browse files
committed
v0.6.0
1 parent d07b361 commit 44a9330

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.6.0] - 2021-12-16
810
### Added
911
- Golang Lambda function builder & init generator
1012

@@ -110,7 +112,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
110112
### Added
111113
- Initial commit
112114

113-
[Unreleased]: https://github.com/troyready/ihlp/compare/v0.5.0...HEAD
115+
[Unreleased]: https://github.com/troyready/ihlp/compare/v0.6.0...HEAD
116+
[0.6.0]: https://github.com/troyready/ihlp/compare/v0.5.0...v0.6.0
114117
[0.5.0]: https://github.com/troyready/ihlp/compare/v0.4.4...v0.5.0
115118
[0.4.4]: https://github.com/troyready/ihlp/compare/v0.4.3...v0.4.4
116119
[0.4.3]: https://github.com/troyready/ihlp/compare/v0.4.2...v0.4.3

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"node": ">=10.0"
77
},
88
"name": "ihlp",
9-
"version": "0.5.0",
9+
"version": "0.6.0",
1010
"dependencies": {
1111
"@aws-sdk/client-cloudformation": "^3.19.0",
1212
"@aws-sdk/client-cloudfront": "^3.19.0",

0 commit comments

Comments
 (0)