diff --git a/CHANGELOG.md b/CHANGELOG.md index e425b5b..625e2f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.2.21](https://github.com/starterstack/sam-expand/compare/v0.2.20...v0.2.21) (2025-01-17) + + +### Bug Fixes + +* **typeconfig:** update lib to align with node 22 ([82eb380](https://github.com/starterstack/sam-expand/commit/82eb3806d85aeb8a19eeead434595746649b1f0c)) +* typedoc duplicate links ([15b36fc](https://github.com/starterstack/sam-expand/commit/15b36fcb0f9637ed8f2c57dfebed726a9f751ca7)) + ## [0.2.20](https://github.com/starterstack/sam-expand/compare/v0.2.19...v0.2.20) (2024-09-22) diff --git a/package-lock.json b/package-lock.json index d97237a..9614f20 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@starterstack/sam-expand", - "version": "0.2.20", + "version": "0.2.21", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@starterstack/sam-expand", - "version": "0.2.20", + "version": "0.2.21", "license": "Apache-2.0", "dependencies": { "ajv": "8.17.1", diff --git a/package.json b/package.json index 72c8f04..84c048a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@starterstack/sam-expand", - "version": "0.2.20", + "version": "0.2.21", "description": "A tool to give sam templates more power.", "scripts": { "prepare": "husky",