From 2664a5b12f2f042247f6ff8c7f9aae44fc812ee0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 17:04:03 -0500 Subject: [PATCH] chore: version packages (#105) Co-authored-by: github-actions[bot] --- .changeset/tough-months-sleep.md | 5 ----- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/tough-months-sleep.md diff --git a/.changeset/tough-months-sleep.md b/.changeset/tough-months-sleep.md deleted file mode 100644 index d3ac1fa87..000000000 --- a/.changeset/tough-months-sleep.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@ponder/core": patch ---- - -Added a health check path at `/health` to enable zero-downtime deployments diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index b4d99c2e3..c939f55ce 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @ponder/core +## 0.0.34 + +### Patch Changes + +- [#104](https://github.com/0xOlias/ponder/pull/104) [`d36fcd8`](https://github.com/0xOlias/ponder/commit/d36fcd882745a0769f1723306ae913fedc278973) Thanks [@0xOlias](https://github.com/0xOlias)! - Added a health check path at `/health` to enable zero-downtime deployments + ## 0.0.33 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 7c74de4f3..4f0d91bb2 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@ponder/core", - "version": "0.0.33", + "version": "0.0.34", "description": "API builder for blockchain apps", "license": "MIT", "author": "olias.eth",