Skip to content

Commit

Permalink
Merge pull request #2008 from undb-io/release/v1.0.0-64
Browse files Browse the repository at this point in the history
Release version v1.0.0-64
  • Loading branch information
nichenqin authored Sep 8, 2024
2 parents 661f6fc + dbe87b0 commit 821414d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Changelog


## v1.0.0-64


### 🏡 Chore

- Release ([53c658e](https://github.com/undb-io/undb/commit/53c658e))

### ❤️ Contributors

- Nichenqin ([@nichenqin](http://github.com/nichenqin))

## v1.0.0-63

## v1.0.0-62
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "undb",
"version": "1.0.0-63",
"version": "1.0.0-64",
"private": true,
"scripts": {
"build": "NODE_ENV=production bun --bun turbo build",
"prebuild:desktop": "run-s build move-assets",
"build:desktop": "NODE_ENV=production bun --cwd=apps/desktop run build:desktop",
"build:docker": "bun --bun turbo build:docker",
"build:docker": "turbo build:docker",
"predev:desktop": "bun run move-assets",
"dev:desktop": "bun --cwd=apps/desktop run dev:desktop",
"dev": "bun --bun turbo dev",
Expand Down

0 comments on commit 821414d

Please sign in to comment.