Skip to content

Commit 25fcf4e

Browse files
committed
5.0.2
1 parent 6d9e3ec commit 25fcf4e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

‎History.md

+9
Original file line numberDiff line numberDiff line change
@@ -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+
110
## [5.0.1](https://github.com/image-js/fast-png/compare/v5.0.0...v5.0.1) (2019-11-12)
211

312

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fast-png",
3-
"version": "5.0.1",
3+
"version": "5.0.2",
44
"description": "PNG image decoder and encoder written entirely in JavaScript",
55
"main": "./lib/index.js",
66
"module": "./lib-esm/index.js",

0 commit comments

Comments
 (0)