From a177e6875742fd9d5877cab706a234efca6f50e5 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Tue, 27 Jun 2023 15:28:04 +0200 Subject: [PATCH] chore(release): v0.1.1 --- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ package.json | 4 ++-- 2 files changed, 36 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..278ddbe --- /dev/null +++ b/CHANGELOG.md @@ -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)) + diff --git a/package.json b/package.json index bfe7987..a7b9c17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "db0", - "version": "0.1.0", + "version": "0.1.1", "description": "Lightweight SQL Connector", "repository": "unjs/db0", "license": "MIT", @@ -69,4 +69,4 @@ } }, "packageManager": "pnpm@8.6.5" -} +} \ No newline at end of file