diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..9aa6a482b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + + +## v1.0.0-0 + + +### 🩹 Fixes + +- Fix github action ([b853ea0](https://github.com/undb-io/undb/commit/b853ea0)) + +### ❤️ Contributors + +- Nichenqin ([@nichenqin](http://github.com/nichenqin)) + diff --git a/package.json b/package.json index aa943addf..0a528dec4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "undb", - "version": "0.11.0", + "version": "1.0.0-0", "private": true, "scripts": { "build": "NODE_ENV=production bun --bun turbo build",