bump package version to 1.0.1 v1.0.1
authorJustin Wind <justin.wind+git@gmail.com>
Fri, 6 May 2022 17:20:24 +0000 (10:20 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Fri, 6 May 2022 17:20:24 +0000 (10:20 -0700)
package-lock.json
package.json

index 63148f57b56506cc1739653e5f0e3d90ca4c37f0..798cfab78a3dd2a46e8c10389d2a00ff1702de81 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@squeep/base64url",
-  "version": "1.0.0",
+  "version": "1.0.1",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index 5992f6187211ae2ffc2fcb9066c63f379d20f743..320ca126a2bec6d22e0843b435b32ee7e7ad1ec2 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@squeep/base64url",
-  "version": "1.0.0",
+  "version": "1.0.1",
   "description": "Convert between base64 and base64url encodings.",
   "main": "index.js",
   "scripts": {