bump package version to 1.2.2 v1.2.2
authorJustin Wind <justin.wind+git@gmail.com>
Tue, 14 Mar 2023 19:13:14 +0000 (12:13 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Tue, 14 Mar 2023 19:13:14 +0000 (12:13 -0700)
CHANGELOG.md
package-lock.json
package.json

index 7b7dd4e855e1de9d6aea333f2265f4262b1f1246..cd002db4669369106e1a2aec865d057ea1ddb188 100644 (file)
@@ -2,7 +2,20 @@
 
 Releases and notable changes to this project are documented here.
 
-## [1.2.1] - 2023-03-04
+## [Unreleased] - TBD
+
+## [v1.2.2] - 2023-03-14
+
+### Changed
+
+- removed sole dependency in favor of native handling for base64url encodings, in exchange for bumping up minimum supported nodejs engine versions
+- updated devDependency
+
+### Added
+
+- support for box versions >127, which is likely totally unnecessary
+
+## [v1.2.1] - 2023-03-04
 
 ### Changed
 
@@ -85,6 +98,9 @@ Releases and notable changes to this project are documented here.
 
 ---
 
+[Unreleased]: https://git.squeep.com/?p=squeep-mystery-box;a=commitdiff;h=HEAD;hp=v1.2.1
+[v1.2.2]: https://git.squeep.com/?p=squeep-mystery-box;a=commitdiff;h=v1.2.2;hp=v1.2.1
+[v1.2.1]: https://git.squeep.com/?p=squeep-mystery-box;a=commitdiff;h=v1.2.1;hp=v1.2.0
 [v1.2.0]: https://git.squeep.com/?p=squeep-mystery-box;a=commitdiff;h=v1.2.0;hp=v1.1.1
 [v1.1.1]: https://git.squeep.com/?p=squeep-mystery-box;a=commitdiff;h=v1.1.1;hp=v1.1.0
 [v1.1.0]: https://git.squeep.com/?p=squeep-mystery-box;a=commitdiff;h=v1.1.0;hp=v1.0.8
index a0fbc881d3dd48d393361ffd7728e87c9c670e12..3672aeca7ea9f96a57cdc36c32aa87153883e77d 100644 (file)
@@ -1,12 +1,12 @@
 {
   "name": "@squeep/mystery-box",
-  "version": "1.2.1",
+  "version": "1.2.2",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "@squeep/mystery-box",
-      "version": "1.2.1",
+      "version": "1.2.2",
       "license": "ISC",
       "devDependencies": {
         "eslint": "^8.36.0",
index ca6de158414bfd06a4fdd1463e1a3e8970e2ad2a..1192e09736cfa03aa7b6388cfb668b780dd526b2 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@squeep/mystery-box",
-  "version": "1.2.1",
+  "version": "1.2.2",
   "description": "Secure a payload in a web-safe format.",
   "main": "index.js",
   "scripts": {