From 687369ecaeccec0c94045fa922f749ffad0fdb6f Mon Sep 17 00:00:00 2001 From: Josh McFarlin Date: Fri, 24 Jun 2022 15:02:04 -0700 Subject: [PATCH] chore: release v1.0.0 --- CHANGELOG.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74e38a2..0618540 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.0] - 2022-06-24 ### Breaking diff --git a/package-lock.json b/package-lock.json index b88f34c..f8849a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "js-image-lib", - "version": "0.2.0", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "js-image-lib", - "version": "0.2.0", + "version": "1.0.0", "license": "MIT", "dependencies": { "@pdf-lib/upng": "^1.0.1", diff --git a/package.json b/package.json index c05d6fc..843c988 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "js-image-lib", - "version": "0.2.0", + "version": "1.0.0", "description": "An image manipulation library using only pure JavaScript", "author": "Josh McFarlin ", "license": "MIT",