1 parent 6d9e3ec commit 25fcf4eCopy full SHA for 25fcf4e
History.md
@@ -1,3 +1,12 @@
1
+## [5.0.2](https://github.com/image-js/fast-png/compare/v5.0.1...v5.0.2) (2020-02-28)
2
+
3
4
+### Bug Fixes
5
6
+* support tRNS chunk for palette images ([6d9e3ec](https://github.com/image-js/fast-png/commit/6d9e3ecf91d08db52772d011f87a6a765676e9cd))
7
8
9
10
## [5.0.1](https://github.com/image-js/fast-png/compare/v5.0.0...v5.0.1) (2019-11-12)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "fast-png",
- "version": "5.0.1",
+ "version": "5.0.2",
"description": "PNG image decoder and encoder written entirely in JavaScript",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
0 commit comments