From 3356108687d56e21ffd27d7f28a4a6e59681c163 Mon Sep 17 00:00:00 2001 From: Justin Wind Date: Mon, 6 May 2024 09:51:43 -0700 Subject: [PATCH] bump package version to 2.0.3 --- CHANGELOG.md | 5 +++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) 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": { -- 2.44.1