diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e96714a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 1.0.0 (2026-02-01) + + +### Features + +* implementing cli for fairu ([6166229](https://github.com/sushidev-team/fairu-cli/commit/61662295efc02e21cb95cb8f7228054e5173c41b)) diff --git a/package-lock.json b/package-lock.json index 50220e4..8f5d1b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "fairu-cli", - "version": "0.1.0", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "fairu-cli", - "version": "0.1.0", + "version": "1.0.0", "license": "MIT", "dependencies": { "@fairu/sdk": "^1.0.0", diff --git a/package.json b/package.json index 17b4815..ba82543 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fairu-cli", - "version": "0.1.0", + "version": "1.0.0", "description": "Fairu CLI - Manage your digital assets from the terminal", "type": "module", "bin": {