Skip to content

Commit 92547e7

Browse files
committed
Release v1.9.0
1 parent 7f121dc commit 92547e7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [18.x]
19+
node-version: [25.x]
2020
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2121

2222
steps:

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021-2024 Holly Stubbs (tgpholly)
3+
Copyright (c) 2021-2026 Holly Stubbs (tgpholly)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bufferstuff",
3-
"version": "1.8.0",
3+
"version": "1.9.0",
44
"description": "A set of utility classes for reading and writing binary data in NodeJS and the browser",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",

0 commit comments

Comments
 (0)