1 parent ee5f451 commit e2113f5Copy full SHA for e2113f5
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [6.2.0](https://github.com/image-js/fast-png/compare/v6.1.0...v6.2.0) (2023-07-18)
4
+
5
6
+### Features
7
8
+* add support for tRNS field on colour types 0 and 2 ([ee5f451](https://github.com/image-js/fast-png/commit/ee5f45142f8399ec3002fb87b7a8c5b5ec5061c3))
9
10
## [6.1.0](https://www.github.com/image-js/fast-png/compare/v6.0.1...v6.1.0) (2021-10-18)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "fast-png",
- "version": "6.1.0",
+ "version": "6.2.0",
"description": "PNG image decoder and encoder written entirely in JavaScript",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
0 commit comments