From 972b2922402f16ca97e5e012bf926083e9b655d4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 02:18:13 +0900 Subject: [PATCH] chore(main): release 1.0.2 (#11) 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 879156f..0af373b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.2](https://github.com/kim-yeonjoong/pulse/compare/v1.0.1...v1.0.2) (2024-11-30) + + +### Bug Fixes + +* **deps:** update dependency es-toolkit to v1.28.0 ([#8](https://github.com/kim-yeonjoong/pulse/issues/8)) ([885c0c1](https://github.com/kim-yeonjoong/pulse/commit/885c0c1b0828a4ad7764debf2938b84011cee8ff)) + ## [1.0.1](https://github.com/kim-yeonjoong/pulse/compare/v1.0.0...v1.0.1) (2024-11-30) diff --git a/package.json b/package.json index c557969..dc52422 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@yeonjoong/pulse", - "version": "1.0.1", + "version": "1.0.2", "description": "Keeping the pulse of your APIs under watch.", "author": "Kim YeonJoong (https://yeonjoong.dev)", "type": "module",