Skip to content

Commit

Permalink
chore(release): v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Mar 8, 2024
1 parent 2ef9d57 commit 7955c1a
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
# Changelog


## v0.1.4

[compare changes](https://github.com/unjs/db0/compare/v0.1.3...v0.1.4)

### 🩹 Fixes

- **d1:** Support `__env__` for accessing binding ([2ef9d57](https://github.com/unjs/db0/commit/2ef9d57))

### 💅 Refactors

- **d1:** Throw a better error if binding not found ([#60](https://github.com/unjs/db0/pull/60))

### 📖 Documentation

- Fix typos ([#56](https://github.com/unjs/db0/pull/56))

### 🏡 Chore

- Apply automated updates ([5760665](https://github.com/unjs/db0/commit/5760665))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))
- Sébastien Chopin <[email protected]>
- Neil Richter ([@noook](http://github.com/noook))

## v0.1.3

[compare changes](https://github.com/unjs/db0/compare/v0.1.2...v0.1.3)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "db0",
"version": "0.1.3",
"version": "0.1.4",
"description": "Lightweight SQL Connector",
"repository": "unjs/db0",
"license": "MIT",
Expand Down

0 comments on commit 7955c1a

Please sign in to comment.