diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bd7470..69ccdfd 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] +## [0.1.1] - 2022-02-17 ### Added diff --git a/package-lock.json b/package-lock.json index 0bf710a..29955ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "js-image-lib", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "js-image-lib", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "dependencies": { "@pdf-lib/upng": "^1.0.1", diff --git a/package.json b/package.json index c38e6af..ea6fdf0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "js-image-lib", - "version": "0.1.0", + "version": "0.1.1", "description": "An image manipulation library using only pure JavaScript", "author": "Josh McFarlin ", "license": "MIT",