From 6c8ef99e0c9bd6c68752e1b5c79363052a9912c9 Mon Sep 17 00:00:00 2001 From: cheminfo-bot <10880445+cheminfo-bot@users.noreply.github.com> Date: Fri, 8 Oct 2021 14:42:57 +0200 Subject: [PATCH] chore: release 6.0.0 (#19) --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd2fd33..6ce3d71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [6.0.0](https://www.github.com/image-js/fast-png/compare/v5.0.4...v6.0.0) (2021-10-08) + + +### ⚠ BREAKING CHANGES + +* remove support for node 10 and 15 +* use camelcase for acronyms + +### Code Refactoring + +* 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) + + +### Miscellaneous Chores + +* remove support for node 10 and 15 ([ad0bc8b](https://www.github.com/image-js/fast-png/commit/ad0bc8bf9f55b0207b03c23715f7e5c2bc10f412)) + ### [5.0.4](https://www.github.com/image-js/fast-png/compare/v5.0.3...v5.0.4) (2021-03-26) diff --git a/package.json b/package.json index 5aada6c..66294a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fast-png", - "version": "5.0.4", + "version": "6.0.0", "description": "PNG image decoder and encoder written entirely in JavaScript", "main": "./lib/index.js", "module": "./lib-esm/index.js",