Skip to content

Commit 59e61bd

Browse files
committed
release 5.0.1
1 parent a39cdd8 commit 59e61bd

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.changeset/eleven-fans-bathe.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# `google-spreadsheet` changelog
22

3+
## 5.0.1
4+
5+
### Patch Changes
6+
7+
- a39cdd8: fix type issue with google-auth-library (fixes #726)
8+
39
## 5.0.0
410

511
### Major Changes
@@ -17,7 +23,6 @@
1723
- 45229e4: add changesets
1824
- 4f92ef9: swap lodash for es-toolkit
1925

20-
2126
## [4.1.5](https://github.com/theoephraim/node-google-spreadsheet/compare/v4.1.5...HEAD)
2227

2328
- Fix/googl auth library v10 [`#725`](https://github.com/theoephraim/node-google-spreadsheet/pull/725)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "google-spreadsheet",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "Google Sheets API -- simple interface to read/write data and manage sheets",
55
"keywords": [
66
"google spreadsheets",
@@ -50,7 +50,7 @@
5050
"test": "vitest",
5151
"test:ci": "vitest run"
5252
},
53-
"dependencies": { },
53+
"dependencies": {},
5454
"devDependencies": {
5555
"@changesets/cli": "^2.29.5",
5656
"@types/node": "^24.2.0",

0 commit comments

Comments
 (0)