Skip to content

Commit

Permalink
chore(release): v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jun 27, 2023
1 parent 7c4641a commit a177e68
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 2 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Changelog


## v0.1.1


### πŸš€ Enhancements

- Add posgresql connector ([51823eb](https://github.com/unjs/db0/commit/51823eb))
- Support string templates for query ([feea30f](https://github.com/unjs/db0/commit/feea30f))
- Drizzle integration support ([#17](https://github.com/unjs/db0/pull/17))

### πŸ’… Refactors

- Merge `db.query` into `db.sql` ([eef2417](https://github.com/unjs/db0/commit/eef2417))

### πŸ“– Documentation

- Add wip notice ([e7a551c](https://github.com/unjs/db0/commit/e7a551c))

### 🏑 Chore

- Update deps ([0d47eea](https://github.com/unjs/db0/commit/0d47eea))
- Fix eslintrc ([6c5a07d](https://github.com/unjs/db0/commit/6c5a07d))
- Initiate docs ([16922ac](https://github.com/unjs/db0/commit/16922ac))
- Add vercel.json for docs ([3a45877](https://github.com/unjs/db0/commit/3a45877))
- Rename to `db0` ([61188b4](https://github.com/unjs/db0/commit/61188b4))
- Prepare for initial release ([459c055](https://github.com/unjs/db0/commit/459c055))
- Update dependencies ([52da7c2](https://github.com/unjs/db0/commit/52da7c2))

### ❀️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "db0",
"version": "0.1.0",
"version": "0.1.1",
"description": "Lightweight SQL Connector",
"repository": "unjs/db0",
"license": "MIT",
Expand Down Expand Up @@ -69,4 +69,4 @@
}
},
"packageManager": "[email protected]"
}
}

0 comments on commit a177e68

Please sign in to comment.