From 432c1422eb54e30aea3a4a03beddca75cce22ac4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 16:48:00 +0000 Subject: [PATCH] chore(main): release 0.2.21 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) 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",