Skip to content

Commit 6c8ef99

Browse files
authored
chore: release 6.0.0 (#19)
1 parent ad0bc8b commit 6c8ef99

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

‎CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [6.0.0](https://www.github.com/image-js/fast-png/compare/v5.0.4...v6.0.0) (2021-10-08)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* remove support for node 10 and 15
9+
* use camelcase for acronyms
10+
11+
### Code Refactoring
12+
13+
* use camelcase for acronyms ([3f485b3](https://www.github.com/image-js/fast-png/commit/3f485b314c01d18f27cf25ec543514885782d04d)), closes [#17](https://www.github.com/image-js/fast-png/issues/17)
14+
15+
16+
### Miscellaneous Chores
17+
18+
* remove support for node 10 and 15 ([ad0bc8b](https://www.github.com/image-js/fast-png/commit/ad0bc8bf9f55b0207b03c23715f7e5c2bc10f412))
19+
320
### [5.0.4](https://www.github.com/image-js/fast-png/compare/v5.0.3...v5.0.4) (2021-03-26)
421

522

‎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.4",
3+
"version": "6.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)