Skip to content

Commit 6e09f6b

Browse files
bump versions
1 parent ca5bfdd commit 6e09f6b

File tree

3 files changed

+15
-13
lines changed

3 files changed

+15
-13
lines changed

.changeset/three-shoes-hunt.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# d1-manager
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [`556d67b`](https://github.com/JacobLinCool/d1-manager/commit/556d67b240b1ce4a7c2964e434019ba9d2c2bced) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - First Release for Web UI and API
8+
9+
- [x] Multiple D1 Databases
10+
- [x] List all tables in a database
11+
- [x] Show table schema
12+
- [x] Run SQL queries
13+
- [x] I18n support (English, Chinese)
14+
- [x] API support

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "d1-manager",
33
"description": "D1 Manager is a web UI and API for Cloudflare D1, a serverless SQL database. It provides a user-friendly interface for managing databases, tables, and records, as well as an API for performing operations programmatically. D1 Manager simplifies database management, enabling users to focus on their data.",
4-
"version": "0.0.0",
4+
"version": "1.0.0",
55
"type": "module",
66
"files": [
77
".svelte-kit/cloudflare"

0 commit comments

Comments
 (0)