1 parent 411cb95 commit b631e20Copy full SHA for b631e20
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+### [6.0.1](https://www.github.com/image-js/fast-png/compare/v6.0.0...v6.0.1) (2021-10-12)
4
+
5
6
+### Bug Fixes
7
8
+* set TypeScript target to ES2020 ([255bc9e](https://www.github.com/image-js/fast-png/commit/255bc9eb7fe9e2550edfeb00e002c982141cabd7))
9
10
## [6.0.0](https://www.github.com/image-js/fast-png/compare/v5.0.4...v6.0.0) (2021-10-08)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "fast-png",
- "version": "6.0.0",
+ "version": "6.0.1",
"description": "PNG image decoder and encoder written entirely in JavaScript",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
0 commit comments