From f682b782030110865ff9c46750daf2c37900e40b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 22:21:12 +0900 Subject: [PATCH] chore(main): release 1.0.17 (#99) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 032f892..2f46dee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.17](https://github.com/kim-yeonjoong/pulse/compare/v1.0.16...v1.0.17) (2025-01-21) + + +### Bug Fixes + +* **deps:** update dependency commander to ^13.1.0 ([#98](https://github.com/kim-yeonjoong/pulse/issues/98)) ([43a3c5b](https://github.com/kim-yeonjoong/pulse/commit/43a3c5bb1e8a9a33fdb1fc36d514a02accc70d6d)) + ## [1.0.16](https://github.com/kim-yeonjoong/pulse/compare/v1.0.15...v1.0.16) (2025-01-18) diff --git a/package.json b/package.json index 5dc1bda..6a48641 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@yeonjoong/pulse", - "version": "1.0.16", + "version": "1.0.17", "description": "Keeping the pulse of your APIs under watch.", "author": "Kim YeonJoong (https://yeonjoong.dev)", "type": "module",