diff --git a/CHANGELOG.md b/CHANGELOG.md index 7611252..c8ecf27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [1.0.1] - 2022-06-24 ### Docs diff --git a/package-lock.json b/package-lock.json index f8849a2..c89f8c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "js-image-lib", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "js-image-lib", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "dependencies": { "@pdf-lib/upng": "^1.0.1", diff --git a/package.json b/package.json index 843c988..469cd5a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "js-image-lib", - "version": "1.0.0", + "version": "1.0.1", "description": "An image manipulation library using only pure JavaScript", "author": "Josh McFarlin ", "license": "MIT",