Skip to content

Commit 6d6f56a

Browse files
committed
chore: bump 2026-04-23
1 parent 284dfde commit 6d6f56a

4 files changed

Lines changed: 11 additions & 15 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
node-version: [ 22, 24, 25 ]
26+
node-version: [ 22, 24, 26 ]
2727
os:
2828
- ubuntu-latest
2929
- macos-latest

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- uses: actions/setup-node@v6
2323
with:
24-
node-version: "25"
24+
node-version: "24"
2525
registry-url: "https://registry.npmjs.org"
2626

2727
- run: bun install --frozen-lockfile
@@ -32,6 +32,6 @@ jobs:
3232
run: npm publish --provenance --access public
3333

3434
- name: Create GitHub Release
35-
uses: softprops/action-gh-release@v2
35+
uses: softprops/action-gh-release@v3
3636
with:
3737
generate_release_notes: true

bun.lock

Lines changed: 5 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "diggy",
3-
"version": "1.1.7",
3+
"version": "1.1.8",
44
"description": "Multi-backend DNS resolver for Node.js/Browser — supports dig, DNS over HTTPS, and native Node.js DNS.",
55
"repository": {
66
"type": "git",
@@ -54,12 +54,12 @@
5454
"devDependencies": {
5555
"@biomejs/biome": "^2.4.12",
5656
"@ozzyczech/tsconfig": "^2.0.0",
57-
"@types/bun": "^1.3.12",
57+
"@types/bun": "^1.3.13",
5858
"@types/deno": "^2.5.0",
5959
"@types/node": "^25.6.0",
6060
"tsx": "^4.21.0",
6161
"typedoc": "^0.28.19",
62-
"typescript": "^6.0.2",
62+
"typescript": "^6.0.3",
6363
"vitest": "^4.1.4"
6464
}
6565
}

0 commit comments

Comments
 (0)