From 1b0968986eab890df108906c92e6819047d10e12 Mon Sep 17 00:00:00 2001 From: Acuao Date: Sat, 22 Oct 2022 01:56:53 +0200 Subject: [PATCH] release v1.0.1 --- package.json | 5 +++-- readme.md | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1d4c66b..98ba8a1 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,11 @@ { "name": "base64-advanced-cli", - "version": "1.0.0", + "version": "1.0.1", "description": "Command line interface for advanced base 64 encoding/decoding", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "build:local": "tsc && npm install -g" + "build:local": "tsc && npm install -g", + "build:release": "rm -rf dist && tsc && npm publish" }, "bin": { "b64": "./dist/index.js" diff --git a/readme.md b/readme.md index 76ffe4a..3ca1fb6 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,5 @@ # base64-advanced-cli -This command line interface helps you to **encode/decode base64** data with advanced features like **files encoding/decoding** +This command line interface helps you to **encode/decode base64** data with advanced features like **files encoding/decoding** for example images. ## Install