From d9d858ac93cf87e101f8aa910863029f6ca9ff1d Mon Sep 17 00:00:00 2001 From: GitHub actions Date: Thu, 8 Aug 2024 09:32:15 +0000 Subject: [PATCH] Prepare release v1.0.0-4 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dd289e51..8df7a268d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Changelog +## v1.0.0-4 + + +### 🩹 Fixes + +- Fix create webhook ([9a2080e](https://github.com/undb-io/undb/commit/9a2080e)) + +### ❤️ Contributors + +- Nichenqin ([@nichenqin](http://github.com/nichenqin)) + ## v1.0.0-3 ### 🩹 Fixes diff --git a/package.json b/package.json index 8c8d314c8..3671d1673 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "undb", - "version": "1.0.0-3", + "version": "1.0.0-4", "private": true, "scripts": { "build": "NODE_ENV=production bun --bun turbo build",