From 87398f1961df7360192ffa8331c7b7a0a1424d8f Mon Sep 17 00:00:00 2001 From: Emeka Orji Date: Sun, 18 Feb 2024 02:01:17 +0100 Subject: [PATCH 1/2] update doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c812974..bb37b78 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ This VSCode extension allow you to generate a standard openssl secure key on the 1. Open a text editor. 1. Toggle the command palette using the shortcut `Cmd+Shift+P` or `Ctrl+Shift+P` on windows and search for `Generate an OpenSSL secret key`. -1. A unique key would be generated and pasted in the active editor. +1. After selecting the command, a unique key would be generated and pasted in the active editor.
Via Command Palette
1. If there is no active editor, a notificaton box is created with the option to copy the secret key.
Copy Key from Notification
From 4e8281951477a5572cee361c98d73d3ff77f1f47 Mon Sep 17 00:00:00 2001 From: Emeka Orji Date: Sun, 18 Feb 2024 02:02:08 +0100 Subject: [PATCH 2/2] release: v0.1.5 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3b20da..fb5591a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.1.5 (2024-02-18) + +[compare changes](https://github.com/emekaorji/openssl-keygen/compare/v0.1.4...v0.1.5 (2024-02-18)) + +[View changes on GitHub](https://github.com/emekaorji/openssl-keygen/compare/v0.1.4...v0.1.5 (2024-02-18)) + ## v0.1.4 (2024-02-18) [compare changes](https://github.com/emekaorji/openssl-keygen/compare/v0.1.3...v0.1.4 (2024-02-18)) diff --git a/package.json b/package.json index b7bd1ac..aa64c19 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "openssl-keygen", "displayName": "OpenSSL Keygen", - "version": "0.1.4", + "version": "0.1.5", "description": "Generate OpenSSL secret key for your application", "publisher": "coderabbi", "private": true,