From: Justin Wind Date: Mon, 6 May 2024 16:51:43 +0000 (-0700) Subject: bump package version to 2.0.3 X-Git-Tag: v2.0.3 X-Git-Url: http://git.squeep.com/?p=squeep-mystery-box;a=commitdiff_plain bump package version to 2.0.3 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index c65a221..9f9d634 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ Releases and notable changes to this project are documented here. +## [v2.0.3] - 2024-05-06 + +- updated devDependencies +- fixed minor lint issues + ## [v2.0.2] - 2024-02-29 ### Changed diff --git a/package-lock.json b/package-lock.json index 5d492f7..a7dbd82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@squeep/mystery-box", - "version": "2.0.2", + "version": "2.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@squeep/mystery-box", - "version": "2.0.2", + "version": "2.0.3", "license": "ISC", "devDependencies": { "@squeep/eslint-config": "^1", diff --git a/package.json b/package.json index f9e7328..bed796a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/mystery-box", - "version": "2.0.2", + "version": "2.0.3", "description": "Secure a payload in a web-safe format.", "main": "index.js", "scripts": {