Skip to content

Commit e752e0f

Browse files
committed
5.0.0
1 parent 621eeca commit e752e0f

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

‎History.md

+14
Original file line numberDiff line numberDiff line change
@@ -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+
115
## [4.0.1](https://github.com/image-js/fast-png/compare/v4.0.0...v4.0.1) (2019-04-01)
216

317

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fast-png",
3-
"version": "4.0.1",
3+
"version": "5.0.0",
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)