bump package version to 1.0.4 v1.0.4
authorJustin Wind <justin.wind+git@gmail.com>
Sun, 11 Sep 2022 21:58:18 +0000 (14:58 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Sun, 11 Sep 2022 21:58:18 +0000 (14:58 -0700)
package-lock.json
package.json

index 2aae717b15518eb6e1f224291f04a62fcae13165..31f41828f08a26207a164e2a50846067c7860cdf 100644 (file)
@@ -1,12 +1,12 @@
 {
   "name": "@squeep/base64url",
-  "version": "1.0.3",
+  "version": "1.0.4",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "@squeep/base64url",
-      "version": "1.0.3",
+      "version": "1.0.4",
       "license": "ISC",
       "devDependencies": {
         "eslint": "^8.23.0",
index 18f1d0c5bd5f1e97ab44a1725b0af0a490932faa..f45fe0cd1898fed4d63fb209c95fb1929f842f84 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@squeep/base64url",
-  "version": "1.0.3",
+  "version": "1.0.4",
   "description": "Convert between base64 and base64url encodings.",
   "main": "index.js",
   "scripts": {