Skip to content

Commit fb38069

Browse files
committed
v0.4.0
1 parent af0d6ce commit fb38069

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.4.0] - 2021-11-22
810
### Fixed
911
- Fixed `init` @types/node detection
1012

@@ -79,7 +81,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7981
### Added
8082
- Initial commit
8183

82-
[Unreleased]: https://github.com/troyready/ihlp/compare/v0.3.2...HEAD
84+
[Unreleased]: https://github.com/troyready/ihlp/compare/v0.4.0...HEAD
85+
[0.4.0]: https://github.com/troyready/ihlp/compare/v0.3.2...v0.4.0
8386
[0.3.2]: https://github.com/troyready/ihlp/compare/v0.3.1...v0.3.2
8487
[0.3.1]: https://github.com/troyready/ihlp/compare/v0.3.0...v0.3.1
8588
[0.3.0]: https://github.com/troyready/ihlp/compare/v0.2.0...v0.3.0

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.3.2",
9+
"version": "0.4.0",
1010
"dependencies": {
1111
"@aws-sdk/client-cloudformation": "^3.19.0",
1212
"@aws-sdk/client-cloudfront": "^3.19.0",

0 commit comments

Comments
 (0)