diff --git a/CHANGELOG.md b/CHANGELOG.md index d7acd8f..0da31ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.2.0](https://github.com/image-js/fast-png/compare/v6.1.0...v6.2.0) (2023-07-18) + + +### Features + +* add support for tRNS field on colour types 0 and 2 ([ee5f451](https://github.com/image-js/fast-png/commit/ee5f45142f8399ec3002fb87b7a8c5b5ec5061c3)) + ## [6.1.0](https://www.github.com/image-js/fast-png/compare/v6.0.1...v6.1.0) (2021-10-18) diff --git a/package.json b/package.json index 67d00a3..406ad8b 100644 --- a/package.json +++ b/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",