From f1a7938f09e6e5ee227bca9104fb215970c28e44 Mon Sep 17 00:00:00 2001 From: Vasan Subramanian Date: Sun, 7 Jan 2024 15:56:27 +0530 Subject: [PATCH] Releasing v1.1.0 --- CHANGELOG.md | 5 +++++ instructions.md | 4 ---- package.json | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 CHANGELOG.md delete mode 100644 instructions.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..edb4317 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +# Change Log + +## [1.1.0] +- First fully usable version + diff --git a/instructions.md b/instructions.md deleted file mode 100644 index 511493f..0000000 --- a/instructions.md +++ /dev/null @@ -1,4 +0,0 @@ -- run `npm link` at the root of zzapi. -- Separate the runner from zzapi-vscode and run `npm link zzapi` at it's root to link the locally installed npm module. -- Resolve the imports (all 'core/*' imports should be replaced with 'zzapi') and in importPostman move the convertPostman into the curly braces. -- debug diff --git a/package.json b/package.json index f8cf8bb..b407c1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zzapi", - "version": "1.0.3", + "version": "1.1.0", "description": "zzAPI is a REST API testing and documentation tool set. It is an open-source Postman alternative. ", "main": "./dist/index.js", "module": "./dist/index.mjs",