Skip to content

Commit

Permalink
chore(release): v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Feb 26, 2024
1 parent ea29f15 commit 08713ba
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 2 deletions.
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,48 @@
# Changelog


## v0.1.2

[compare changes](https://github.com/unjs/db0/compare/v0.1.1...v0.1.2)

### 🚀 Enhancements

- Add libsql support ([#25](https://github.com/unjs/db0/pull/25))
- Support multiple libsql exports ([#31](https://github.com/unjs/db0/pull/31))
- Support static placeholders with `sql` template ([378fe62](https://github.com/unjs/db0/commit/378fe62))

### 💅 Refactors

- Use `createDatabase` ([84c52d8](https://github.com/unjs/db0/commit/84c52d8))
- Update drizzle integration ([74c909e](https://github.com/unjs/db0/commit/74c909e))

### 📖 Documentation

- Initialize new docs ([c897405](https://github.com/unjs/db0/commit/c897405))

### 🏡 Chore

- Add autofix ci ([32a43e3](https://github.com/unjs/db0/commit/32a43e3))
- Update dependencies ([e3f1828](https://github.com/unjs/db0/commit/e3f1828))
- Format code ([282c286](https://github.com/unjs/db0/commit/282c286))
- Update deps ([6fe166d](https://github.com/unjs/db0/commit/6fe166d))
- Update repo ([269efde](https://github.com/unjs/db0/commit/269efde))
- Update landing ([5fcdb67](https://github.com/unjs/db0/commit/5fcdb67))
- Update landing ([c17fa09](https://github.com/unjs/db0/commit/c17fa09))
- Add npmrc ([859cc05](https://github.com/unjs/db0/commit/859cc05))
- Update readme with automd ([303f138](https://github.com/unjs/db0/commit/303f138))
- Update docs ([ea29f15](https://github.com/unjs/db0/commit/ea29f15))

### 🤖 CI

- Use conventional commit for autofix action ([#34](https://github.com/unjs/db0/pull/34))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))
- Daniel Roe ([@danielroe](http://github.com/danielroe))
- Heb ([@Hebilicious](http://github.com/Hebilicious))

## v0.1.1


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.1",
"version": "0.1.2",
"description": "Lightweight SQL Connector",
"repository": "unjs/db0",
"license": "MIT",
Expand Down Expand Up @@ -85,4 +85,4 @@
}
},
"packageManager": "[email protected]"
}
}

0 comments on commit 08713ba

Please sign in to comment.