From 23f45b54f4c8a9cd4f46768da7bd476b0f0154f2 Mon Sep 17 00:00:00 2001 From: cheminfo-bot <10880445+cheminfo-bot@users.noreply.github.com> Date: Tue, 18 Jul 2023 12:46:19 +0200 Subject: [PATCH] chore(main): release 2.0.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e33bb4c..3455fb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.1](https://github.com/image-js/fast-jpeg/compare/v2.0.0...v2.0.1) (2023-07-18) + + +### Documentation + +* add info about zakodium maintainer ([724fe7a](https://github.com/image-js/fast-jpeg/commit/724fe7a58fcd3d6ff45ffe0a0f4f40e1cf9afdb6)) + ## [2.0.0](https://github.com/image-js/fast-jpeg/compare/v1.0.1...v2.0.0) (2023-06-03) diff --git a/package.json b/package.json index 0d95881..5cc1838 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fast-jpeg", - "version": "2.0.0", + "version": "2.0.1", "description": "JPEG image decoder written entirely in JavaScript", "main": "lib/index.js", "module": "lib-esm/index.js",