Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
eelkevdbos authored Oct 8, 2024
1 parent 920d72e commit 289ff1b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
registry-url: https://registry.npmjs.org/
- uses: oven-sh/setup-bun@v1
with:
bun-version: 1.0.0
bun-version: 1.1.30
- run: bun install
- run: npm run build
- run: npm publish
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
with:
bun-version: 1.0.0
bun-version: 1.1.30
- run: bun install
- run: bun test --coverage
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eelkevdbos/elysia-basic-auth",
"version": "1.4.1",
"version": "2.0.0",
"description": "Basic auth for Elysia.js",
"repository": "https://github.com/eelkevdbos/elysia-basic-auth",
"author": {
Expand Down

0 comments on commit 289ff1b

Please sign in to comment.