1 parent 621eeca commit e752e0fCopy full SHA for e752e0f
History.md
@@ -1,3 +1,17 @@
1
+# [5.0.0](https://github.com/image-js/fast-png/compare/v4.0.1...v5.0.0) (2019-11-12)
2
+
3
4
+### chore
5
6
+* update dependencies ([39cf43e](https://github.com/image-js/fast-png/commit/39cf43e59a571faf7f1bddd45dde5394a0eaf1dd))
7
8
9
+### BREAKING CHANGES
10
11
+* Node.js 6 and 8 are no longer supported.
12
13
14
15
## [4.0.1](https://github.com/image-js/fast-png/compare/v4.0.0...v4.0.1) (2019-04-01)
16
17
package.json
@@ -1,6 +1,6 @@
{
"name": "fast-png",
- "version": "4.0.1",
+ "version": "5.0.0",
"description": "PNG image decoder and encoder written entirely in JavaScript",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
0 commit comments