Skip to content

Commit e81c67a

Browse files
chore: release v0.1.9
1 parent c8e6687 commit e81c67a

File tree

5 files changed

+29
-3
lines changed

5 files changed

+29
-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.8...v0.1.9)
2+
3+
### 🧹 Chores
4+
5+
- release v0.1.9 ([df1b676](https://github.com/stacksjs/bun-query-builder/commit/df1b676)) _(by glennmichael123 <[email protected]>)_
6+
- wip ([c8e6687](https://github.com/stacksjs/bun-query-builder/commit/c8e6687)) _(by glennmichael123 <[email protected]>)_
7+
- wip ([b883eb2](https://github.com/stacksjs/bun-query-builder/commit/b883eb2)) _(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.8...HEAD)
14+
15+
### 🧹 Chores
16+
17+
- wip ([c8e6687](https://github.com/stacksjs/bun-query-builder/commit/c8e6687)) _(by glennmichael123 <[email protected]>)_
18+
- wip ([b883eb2](https://github.com/stacksjs/bun-query-builder/commit/b883eb2)) _(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.7...v0.1.8)
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.8",
4+
"version": "0.1.9",
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.8",
4+
"version": "0.1.9",
55
"private": true,
66
"description": "Performance benchmarks for bun-query-builder vs popular query builders",
77
"scripts": {

packages/benchmark/src/sample.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import { config } from 'bun-query-builder'
2+
3+
console.log(config)

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.8",
4+
"version": "0.1.9",
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)