File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# ` google-spreadsheet ` changelog
2
2
3
+ ## 5.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - a39cdd8: fix type issue with google-auth-library (fixes #726 )
8
+
3
9
## 5.0.0
4
10
5
11
### Major Changes
17
23
- 45229e4: add changesets
18
24
- 4f92ef9: swap lodash for es-toolkit
19
25
20
-
21
26
## [ 4.1.5] ( https://github.com/theoephraim/node-google-spreadsheet/compare/v4.1.5...HEAD )
22
27
23
28
- Fix/googl auth library v10 [ ` #725 ` ] ( https://github.com/theoephraim/node-google-spreadsheet/pull/725 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " google-spreadsheet" ,
3
- "version" : " 5.0.0 " ,
3
+ "version" : " 5.0.1 " ,
4
4
"description" : " Google Sheets API -- simple interface to read/write data and manage sheets" ,
5
5
"keywords" : [
6
6
" google spreadsheets" ,
50
50
"test" : " vitest" ,
51
51
"test:ci" : " vitest run"
52
52
},
53
- "dependencies" : { },
53
+ "dependencies" : {},
54
54
"devDependencies" : {
55
55
"@changesets/cli" : " ^2.29.5" ,
56
56
"@types/node" : " ^24.2.0" ,
You can’t perform that action at this time.
0 commit comments