Skip to content

Commit 746fb7b

Browse files
committed
chore: release v0.6.0
- (Thomas Pohl) Added deleteSheets functionality (delete multiple sheets in one call) - (Thomas Pohl) Added blockly block for deleteSheets - (Thomas Pohl) Add write cells functionality (write multiple cells in one call) - (Thomas Pohl) Added blockly block for writeCells
1 parent aa0b93b commit 746fb7b

File tree

4 files changed

+439
-217
lines changed

4 files changed

+439
-217
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Make sure the Service Account has adequate permissions to write to the spreadshe
114114
Placeholder for the next version (at the beginning of the line):
115115
### **WORK IN PROGRESS**
116116
-->
117-
### **WORK IN PROGRESS**
117+
### 0.6.0 (2025-12-26)
118118
- (Thomas Pohl) Added deleteSheets functionality (delete multiple sheets in one call)
119119
- (Thomas Pohl) Added blockly block for deleteSheets
120120
- (Thomas Pohl) Add write cells functionality (write multiple cells in one call)
@@ -123,22 +123,26 @@ Make sure the Service Account has adequate permissions to write to the spreadshe
123123
### 0.5.0
124124
* (Thomas Pohl) Minimum node.js version is now 20
125125
* (Thomas Pohl) Display connection state
126+
126127
### 0.4.0
127128
* (Thomas Pohl) The privateKey is saved now encrypted
128129
* (Thomas Pohl) Support for node.js 22
130+
129131
### 0.3.1
130132
* (Thomas Pohl) Fixed reading cells and added error handling
133+
131134
### 0.3.0
132135
* (Thomas Pohl) Added writing of single cells
133136
* (Thomas Pohl) Added reading of single cells
134137
* (Thomas Pohl) Documentation for all features
138+
135139
### 0.2.0
136140
* (Thomas Pohl) Parsing of private keys is now more robust
141+
137142
### 0.1.0
138143
* (Thomas Pohl) Preparation for first stable release
139144
* (Thomas Pohl) Improve logging + Code cleanup
140145

141-
142146
## License
143147

144148
Copyright (c) 2024-2025 Thomas Pohl

0 commit comments

Comments
 (0)