Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 19, 2023
1 parent d786ce2 commit ec521b5
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/gorgeous-pots-leave.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/three-shoes-hunt.md

This file was deleted.

18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# d1-manager

## 1.0.0

### Major Changes

- [`556d67b`](https://github.com/JacobLinCool/d1-manager/commit/556d67b240b1ce4a7c2964e434019ba9d2c2bced) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - First Release for Web UI and API

- [x] Multiple D1 Databases
- [x] List all tables in a database
- [x] Show table schema
- [x] Run SQL queries
- [x] I18n support (English, Chinese)
- [x] API support

### Minor Changes

- [#6](https://github.com/JacobLinCool/d1-manager/pull/6) [`b620c83`](https://github.com/JacobLinCool/d1-manager/commit/b620c834180964630e2c4a2dd727607b0367ac53) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - Add CSV Support (Export / Import)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "d1-manager",
"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.",
"version": "0.0.0",
"version": "1.0.0",
"type": "module",
"files": [
".svelte-kit/cloudflare"
Expand Down

0 comments on commit ec521b5

Please sign in to comment.