From 86f2be936c37d2d6fbe9a6a3d03b033c0d3a3579 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 17:11:30 +0900 Subject: [PATCH] Version Packages (#389) --- .changeset/fifty-sloths-train.md | 5 ----- packages/sentry/CHANGELOG.md | 6 ++++++ packages/sentry/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/fifty-sloths-train.md diff --git a/.changeset/fifty-sloths-train.md b/.changeset/fifty-sloths-train.md deleted file mode 100644 index 7c968eed9..000000000 --- a/.changeset/fifty-sloths-train.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hono/sentry': patch ---- - -fix: change peer dependency to support v4.x diff --git a/packages/sentry/CHANGELOG.md b/packages/sentry/CHANGELOG.md index 6e8a03327..1cc5e3168 100644 --- a/packages/sentry/CHANGELOG.md +++ b/packages/sentry/CHANGELOG.md @@ -1,5 +1,11 @@ # @hono/sentry +## 1.0.1 + +### Patch Changes + +- [#388](https://github.com/honojs/middleware/pull/388) [`e0d94dfa1a86e47765fb5bdcd410400fa4aa3ccd`](https://github.com/honojs/middleware/commit/e0d94dfa1a86e47765fb5bdcd410400fa4aa3ccd) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: change peer dependency to support v4.x + ## 1.0.0 ### Major Changes diff --git a/packages/sentry/package.json b/packages/sentry/package.json index eec8e201e..8c44fc4ef 100644 --- a/packages/sentry/package.json +++ b/packages/sentry/package.json @@ -1,6 +1,6 @@ { "name": "@hono/sentry", - "version": "1.0.0", + "version": "1.0.1", "description": "Sentry Middleware for Hono", "main": "dist/index.js", "types": "dist/index.d.ts",