Skip to content

Commit

Permalink
v0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
troyready committed Oct 7, 2021
1 parent 3054bd5 commit 6672d8b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.10] - 2021-10-07
### Fixed
- Add gitignore file to init examples

Expand Down Expand Up @@ -53,7 +55,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial commit

[Unreleased]: https://github.com/troyready/ihlp/compare/v0.1.9...HEAD
[Unreleased]: https://github.com/troyready/ihlp/compare/v0.1.10...HEAD
[0.1.10]: https://github.com/troyready/ihlp/compare/v0.1.9...v0.1.10
[0.1.9]: https://github.com/troyready/ihlp/compare/v0.1.8...v0.1.9
[0.1.8]: https://github.com/troyready/ihlp/compare/v0.1.7...v0.1.8
[0.1.7]: https://github.com/troyready/ihlp/compare/v0.1.6...v0.1.7
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"node": ">=10.0"
},
"name": "ihlp",
"version": "0.1.9",
"version": "0.1.10",
"dependencies": {
"@aws-sdk/client-cloudformation": "^3.19.0",
"@aws-sdk/client-cloudfront": "^3.19.0",
Expand Down

0 comments on commit 6672d8b

Please sign in to comment.