Skip to content

Commit 8067a1a

Browse files
chore: release 0.1.0
1 parent a2c07da commit 8067a1a

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
### Contributors
2+
3+
- Adelino Ngomacha <[email protected]>
4+
5+
- glennmichael123 <[email protected]>

package.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bun-query-builder",
33
"type": "module",
4-
"version": "0.0.0",
4+
"version": "0.1.0",
55
"description": "A simple yet performant query builder for TypeScript. Built with Bun.",
66
"author": "Chris Breuer <[email protected]>",
77
"license": "MIT",
@@ -13,7 +13,12 @@
1313
"bugs": {
1414
"url": "https://github.com/stacksjs/bun-query-builder/issues"
1515
},
16-
"keywords": ["typescript", "query-builder", "bun", "package"],
16+
"keywords": [
17+
"typescript",
18+
"query-builder",
19+
"bun",
20+
"package"
21+
],
1722
"exports": {
1823
".": {
1924
"types": "./dist/index.d.ts",
@@ -30,7 +35,10 @@
3035
"qbx": "./dist/bin/cli.js",
3136
"qb": "./dist/bin/cli.js"
3237
},
33-
"files": ["README.md", "dist"],
38+
"files": [
39+
"README.md",
40+
"dist"
41+
],
3442
"scripts": {
3543
"build": "bun --bun build.ts && bun run compile",
3644
"compile": "bun build ./bin/cli.ts --compile --minify --outfile bin/query-builder",

0 commit comments

Comments
 (0)