Skip to content

Commit 7fa1a51

Browse files
chore: release v0.1.8
1 parent 3d17fc0 commit 7fa1a51

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-3
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
[Compare changes](https://github.com/stacksjs/bun-query-builder/compare/v0.1.7...v0.1.8)
2+
3+
### 🧹 Chores
4+
5+
- release v0.1.8 ([cf4543f](https://github.com/stacksjs/bun-query-builder/commit/cf4543f)) _(by glennmichael123 <[email protected]>)_
6+
- wip ([3d17fc0](https://github.com/stacksjs/bun-query-builder/commit/3d17fc0)) _(by glennmichael123 <[email protected]>)_
7+
- wip ([073ca30](https://github.com/stacksjs/bun-query-builder/commit/073ca30)) _(by glennmichael123 <[email protected]>)_
8+
- wip ([fd03a3d](https://github.com/stacksjs/bun-query-builder/commit/fd03a3d)) _(by glennmichael123 <[email protected]>)_
9+
10+
### Contributors
11+
12+
- _glennmichael123 <[email protected]>_
13+
14+
[Compare changes](https://github.com/stacksjs/bun-query-builder/compare/v0.1.7...HEAD)
15+
16+
### 🧹 Chores
17+
18+
- wip ([3d17fc0](https://github.com/stacksjs/bun-query-builder/commit/3d17fc0)) _(by glennmichael123 <[email protected]>)_
19+
- wip ([073ca30](https://github.com/stacksjs/bun-query-builder/commit/073ca30)) _(by glennmichael123 <[email protected]>)_
20+
- wip ([fd03a3d](https://github.com/stacksjs/bun-query-builder/commit/fd03a3d)) _(by glennmichael123 <[email protected]>)_
21+
22+
### Contributors
23+
24+
- _glennmichael123 <[email protected]>_
25+
126
[Compare changes](https://github.com/stacksjs/bun-query-builder/compare/v0.1.6...v0.1.7)
227

328
### 🧹 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.7",
4+
"version": "0.1.8",
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.7",
4+
"version": "0.1.8",
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.7",
4+
"version": "0.1.8",
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)