Skip to content

Commit 8f82459

Browse files
committed
chore: release v0.1.5
1 parent c15459c commit 8f82459

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
[Compare changes](https://github.com/stacksjs/bun-query-builder/compare/v0.1.4...v0.1.5)
2+
3+
### 🧹 Chores
4+
5+
- release v0.1.5 ([31155a7](https://github.com/stacksjs/bun-query-builder/commit/31155a7))
6+
- wip ([c15459c](https://github.com/stacksjs/bun-query-builder/commit/c15459c))
7+
8+
### Contributors
9+
10+
11+
12+
[Compare changes](https://github.com/stacksjs/bun-query-builder/compare/v0.1.4...HEAD)
13+
14+
### 🧹 Chores
15+
16+
- wip ([c15459c](https://github.com/stacksjs/bun-query-builder/commit/c15459c))
17+
18+
### Contributors
19+
20+
21+
122
[Compare changes](https://github.com/stacksjs/bun-query-builder/compare/v0.1.3...v0.1.4)
223

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