From 52f012e43ce34f30dedfeefd2da8bd5454cca3c0 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Tue, 27 Feb 2024 21:52:10 +0100 Subject: [PATCH] chore(release): v0.1.3 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ package.json | 4 ++-- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97a5948..2daeef9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,30 @@ # Changelog +## v0.1.3 + +[compare changes](https://github.com/unjs/db0/compare/v0.1.2...v0.1.3) + +### 🚀 Enhancements + +- Add bun sqlite support ([d6de297](https://github.com/unjs/db0/commit/d6de297)) + +### 📖 Documentation + +- **readme:** Fix links ([#52](https://github.com/unjs/db0/pull/52)) + +### 🏡 Chore + +- Update docs ([598e90c](https://github.com/unjs/db0/commit/598e90c)) +- Update docs ([5eda18e](https://github.com/unjs/db0/commit/5eda18e)) +- Update readme ([#53](https://github.com/unjs/db0/pull/53)) +- Update autofix ci ([ecf97f1](https://github.com/unjs/db0/commit/ecf97f1)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) +- Shoshana Connack + ## v0.1.2 [compare changes](https://github.com/unjs/db0/compare/v0.1.1...v0.1.2) diff --git a/package.json b/package.json index 82725b2..e48b0f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "db0", - "version": "0.1.2", + "version": "0.1.3", "description": "Lightweight SQL Connector", "repository": "unjs/db0", "license": "MIT", @@ -87,4 +87,4 @@ } }, "packageManager": "pnpm@8.15.4" -} +} \ No newline at end of file