bump package version to 1.2.1 v1.2.1
authorJustin Wind <justin.wind+git@gmail.com>
Sat, 4 Mar 2023 19:32:25 +0000 (11:32 -0800)
committerJustin Wind <justin.wind+git@gmail.com>
Sat, 4 Mar 2023 19:32:25 +0000 (11:32 -0800)
CHANGELOG.md [new file with mode: 0644]
package-lock.json
package.json

diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644 (file)
index 0000000..7b7dd4e
--- /dev/null
@@ -0,0 +1,99 @@
+# @squeep/mystery-box
+
+Releases and notable changes to this project are documented here.
+
+## [1.2.1] - 2023-03-04
+
+### Changed
+
+- updated devDependencies
+- lint tidying
+
+## [v1.2.0] - 2022-09-18
+
+### Added
+
+- support (and prefer) more key derivation algorithms
+- replace deprecated Buffer functions
+
+## [v1.1.1] - 2022-09-12
+
+### Changed
+
+- updated dependencies
+
+## [v1.1.0] - 2022-07-30
+
+### Added
+
+- Support for rolling secrets
+
+## [v1.0.8] - 2022-06-10
+
+### Changes
+
+- updated dependencies
+
+## [v1.0.7] - 2022-05-06
+
+### Changes
+
+- updated devDependencies
+
+## [v1.0.6] - 2022-04-06
+
+### Changed
+
+- refactor of b64u encoding utilities into separate package
+
+## [v1.0.5] - 2022-03-26
+
+### Changed
+
+- simplified exceptions thrown for invalid inputs
+- updated devDependencies
+
+## [v1.0.4] - 2022-03-13
+
+### Changed
+
+- updated devDependencies
+
+## [v1.0.3] - 2022-01-21
+
+### Changed
+
+- updated devDependencies
+
+## [v1.0.2] - 2021-12-30
+
+### Changed
+
+- updated devDependencies
+
+## [v1.0.1] - 2021-10-22
+
+### Changed
+
+- updated devDependencies
+
+## [v1.0.0] - 2021-10-09
+
+### Added
+
+- Everything
+
+---
+
+[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
+[v1.0.8]: https://git.squeep.com/?p=squeep-mystery-box;a=commitdiff;h=v1.0.8;hp=v1.0.7
+[v1.0.7]: https://git.squeep.com/?p=squeep-mystery-box;a=commitdiff;h=v1.0.7;hp=v1.0.6
+[v1.0.6]: https://git.squeep.com/?p=squeep-mystery-box;a=commitdiff;h=v1.0.6;hp=v1.0.5
+[v1.0.5]: https://git.squeep.com/?p=squeep-mystery-box;a=commitdiff;h=v1.0.5;hp=v1.0.4
+[v1.0.4]: https://git.squeep.com/?p=squeep-mystery-box;a=commitdiff;h=v1.0.4;hp=v1.0.3
+[v1.0.3]: https://git.squeep.com/?p=squeep-mystery-box;a=commitdiff;h=v1.0.3;hp=v1.0.2
+[v1.0.2]: https://git.squeep.com/?p=squeep-mystery-box;a=commitdiff;h=v1.0.2;hp=v1.0.1
+[v1.0.1]: https://git.squeep.com/?p=squeep-mystery-box;a=commitdiff;h=v1.0.1;hp=v1.0.0
+[v1.0.0]: https://git.squeep.com/?p=squeep-mystery-box;a=commitdiff;h=v1.0.0;hp=v0.0.0
index 98be1be15f601ed539639f9de9cbced30cf93bf4..d95918b8b5a57804ab631d42b3709bfda2e853b7 100644 (file)
@@ -1,12 +1,12 @@
 {
   "name": "@squeep/mystery-box",
-  "version": "1.2.0",
+  "version": "1.2.1",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "@squeep/mystery-box",
-      "version": "1.2.0",
+      "version": "1.2.1",
       "license": "ISC",
       "dependencies": {
         "@squeep/base64url": "^1.0.5"
index 3e07c4c18c9756062f784fef278046c75d2f755a..03f2f966ade9c4645cd8a1b065fce5f856542840 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@squeep/mystery-box",
-  "version": "1.2.0",
+  "version": "1.2.1",
   "description": "Secure a payload in a web-safe format.",
   "main": "index.js",
   "scripts": {