Skip to content

Commit

Permalink
chore(release): v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Feb 27, 2024
1 parent ecf97f1 commit 52f012e
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
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.2",
"version": "0.1.3",
"description": "Lightweight SQL Connector",
"repository": "unjs/db0",
"license": "MIT",
Expand Down Expand Up @@ -87,4 +87,4 @@
}
},
"packageManager": "pnpm@8.15.4"
}
}

0 comments on commit 52f012e

Please sign in to comment.