aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPriyansh <[email protected]>2022-01-22 23:29:43 -0500
committerPriyansh <[email protected]>2022-01-22 23:29:43 -0500
commit4b322612122de77f395d729b0a87355db048ab8d (patch)
treea13cf1b4b6660f336159a1853b57def1111252fa
parent476e4574c8b0d0cf118e556f4b97be07143d2482 (diff)
downloadizuku.js-4b322612122de77f395d729b0a87355db048ab8d.tar.xz
izuku.js-4b322612122de77f395d729b0a87355db048ab8d.zip
style: bump package version to 1.0.0 to follow semantic versioning guide
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 834ce1f..8c95d0c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "izuku",
- "version": "0.1.0",
+ "version": "1.0.0",
"description": "In-Console Tabular Data Representation and Manipulation",
"main": "dist/index.js",
"types": "dist/index.d.ts",