From 0157f54c6820cc016c30352f0d2eb24f7498f5c0 Mon Sep 17 00:00:00 2001 From: troyready Date: Sun, 7 May 2023 19:41:11 -0700 Subject: [PATCH] v0.10.1 --- CHANGELOG.md | 5 ++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 724d583..536e9f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.10.1] - 2023-05-07 ### Fixed - AWS Lambda examples: set default log group retention value @@ -183,7 +185,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.10.0...HEAD +[Unreleased]: https://github.com/troyready/ihlp/compare/v0.10.1...HEAD +[0.10.1]: https://github.com/troyready/ihlp/compare/v0.10.0...v0.10.1 [0.10.0]: https://github.com/troyready/ihlp/compare/v0.9.2...v0.10.0 [0.9.2]: https://github.com/troyready/ihlp/compare/v0.9.1...v0.9.2 [0.9.1]: https://github.com/troyready/ihlp/compare/v0.9.0...v0.9.1 diff --git a/package-lock.json b/package-lock.json index d5285fc..542a7f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ihlp", - "version": "0.10.0", + "version": "0.10.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ihlp", - "version": "0.10.0", + "version": "0.10.1", "license": "MIT", "dependencies": { "@aws-sdk/client-cloudformation": "^3.316.0", diff --git a/package.json b/package.json index 06705cf..1744adb 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "node": ">=10.0" }, "name": "ihlp", - "version": "0.10.0", + "version": "0.10.1", "dependencies": { "@aws-sdk/client-cloudformation": "^3.316.0", "@aws-sdk/client-cloudfront": "^3.316.0",