Skip to content

Commit 4ce54ef

Browse files
authored
chore(master): release 0.3.3 (#1065)
🤖 I have created a release *beep* *boop* --- ## [0.3.3](v0.3.2...v0.3.3) (2025-11-04) ### Bug Fixes * dont close zlib stream manually ([#1064](#1064)) ([7669a84](7669a84)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 7669a84 commit 4ce54ef

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.3.3](https://github.com/linz/lds-cache/compare/v0.3.2...v0.3.3) (2025-11-04)
4+
5+
6+
### Bug Fixes
7+
8+
* dont close zlib stream manually ([#1064](https://github.com/linz/lds-cache/issues/1064)) ([7669a84](https://github.com/linz/lds-cache/commit/7669a848582dab0496d28aed4829f01246e47654))
9+
310
## [0.3.2](https://github.com/linz/lds-cache/compare/v0.3.1...v0.3.2) (2025-09-28)
411

512

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@linzjs/lds-export-cache",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"type": "module",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",

0 commit comments

Comments
 (0)