diff options
| author | Priyansh <[email protected]> | 2022-01-22 23:29:43 -0500 |
|---|---|---|
| committer | Priyansh <[email protected]> | 2022-01-22 23:29:43 -0500 |
| commit | 4b322612122de77f395d729b0a87355db048ab8d (patch) | |
| tree | a13cf1b4b6660f336159a1853b57def1111252fa | |
| parent | 476e4574c8b0d0cf118e556f4b97be07143d2482 (diff) | |
| download | izuku.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.json | 2 |
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", |
