bump package version to 2.0.3 master v2.0.3
authorJustin Wind <justin.wind+git@gmail.com>
Mon, 6 May 2024 16:51:43 +0000 (09:51 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Mon, 6 May 2024 16:53:17 +0000 (09:53 -0700)
CHANGELOG.md
package-lock.json
package.json

index c65a2210235c73412c16e9e43ae5313ee8fc4cd0..9f9d63493c5094afd5c21c5308456973cd5f6fb1 100644 (file)
@@ -2,6 +2,11 @@
 
 Releases and notable changes to this project are documented here.
 
 
 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
 ## [v2.0.2] - 2024-02-29
 
 ### Changed
index 5d492f70b13891e6949a137d5078cf2e6f47d1ff..a7dbd8230cc1be2b0408b00a80fe68e67010b927 100644 (file)
@@ -1,12 +1,12 @@
 {
   "name": "@squeep/mystery-box",
 {
   "name": "@squeep/mystery-box",
-  "version": "2.0.2",
+  "version": "2.0.3",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "@squeep/mystery-box",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "@squeep/mystery-box",
-      "version": "2.0.2",
+      "version": "2.0.3",
       "license": "ISC",
       "devDependencies": {
         "@squeep/eslint-config": "^1",
       "license": "ISC",
       "devDependencies": {
         "@squeep/eslint-config": "^1",
index f9e73281d4feea52deeca3ef454f783ab9820e9d..bed796a75e2b5e071d7c336c80be2632631cc458 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@squeep/mystery-box",
 {
   "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": {
   "description": "Secure a payload in a web-safe format.",
   "main": "index.js",
   "scripts": {