Skip to content

Commit 42efad7

Browse files
chore: release v0.1.10
1 parent 769bf41 commit 42efad7

File tree

4 files changed

+26
-3
lines changed

4 files changed

+26
-3
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
[Compare changes](https://github.com/stacksjs/bun-query-builder/compare/v0.1.9...v0.1.10)
2+
3+
### 🧹 Chores
4+
5+
- release v0.1.10 ([36715f8](https://github.com/stacksjs/bun-query-builder/commit/36715f8)) _(by glennmichael123 <[email protected]>)_
6+
- wip ([769bf41](https://github.com/stacksjs/bun-query-builder/commit/769bf41)) _(by glennmichael123 <[email protected]>)_
7+
- wip ([ddf3220](https://github.com/stacksjs/bun-query-builder/commit/ddf3220)) _(by glennmichael123 <[email protected]>)_
8+
9+
### Contributors
10+
11+
- _glennmichael123 <[email protected]>_
12+
13+
[Compare changes](https://github.com/stacksjs/bun-query-builder/compare/v0.1.9...HEAD)
14+
15+
### 🧹 Chores
16+
17+
- wip ([769bf41](https://github.com/stacksjs/bun-query-builder/commit/769bf41)) _(by glennmichael123 <[email protected]>)_
18+
- wip ([ddf3220](https://github.com/stacksjs/bun-query-builder/commit/ddf3220)) _(by glennmichael123 <[email protected]>)_
19+
20+
### Contributors
21+
22+
- _glennmichael123 <[email protected]>_
23+
124
[Compare changes](https://github.com/stacksjs/bun-query-builder/compare/v0.1.8...v0.1.9)
225

326
### 🧹 Chores

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bun-query-builder",
33
"type": "module",
4-
"version": "0.1.9",
4+
"version": "0.1.10",
55
"private": true,
66
"description": "A simple yet performant query builder for TypeScript. Built with Bun.",
77
"author": "Chris Breuer <[email protected]>",

packages/benchmark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bun-query-builder/benchmark",
33
"type": "module",
4-
"version": "0.1.9",
4+
"version": "0.1.10",
55
"private": true,
66
"description": "Performance benchmarks for bun-query-builder vs popular query builders",
77
"scripts": {

packages/bun-query-builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bun-query-builder",
33
"type": "module",
4-
"version": "0.1.9",
4+
"version": "0.1.10",
55
"description": "A simple yet performant query builder for TypeScript. Built with Bun.",
66
"author": "Chris Breuer <[email protected]>",
77
"license": "MIT",

0 commit comments

Comments
 (0)