Browse Source

chore: bumps version to 0.1.4

adds "engines.node" to package.json;
e22m4u 1 year ago
parent
commit
31e9cf85e4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "@e22m4u/js-format",
-  "version": "0.1.3",
+  "version": "0.1.4",
   "description": "The string interpolation utility for JavaScript",
   "type": "module",
   "module": "./src/index.js",