We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f97685 commit 8d229f5Copy full SHA for 8d229f5
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [7.0.1](https://github.com/image-js/fast-png/compare/v7.0.0...v7.0.1) (2025-08-13)
4
+
5
6
+### Bug Fixes
7
8
+* exports ([#58](https://github.com/image-js/fast-png/issues/58)) ([0f97685](https://github.com/image-js/fast-png/commit/0f976853954d839a54c1d9b7bb597c74ad2cbc0d))
9
10
## [7.0.0](https://github.com/image-js/fast-png/compare/v6.4.0...v7.0.0) (2025-06-15)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "fast-png",
- "version": "7.0.0",
+ "version": "7.0.1",
"license": "MIT",
"description": "PNG image decoder and encoder written entirely in JavaScript",
"author": "Michaël Zasso",
0 commit comments