Skip to content

Commit

Permalink
Merge pull request #3 from emekaorji/pre-release
Browse files Browse the repository at this point in the history
Pre release
  • Loading branch information
emekaorji authored Feb 18, 2024
2 parents fe6fb59 + 4e82819 commit c519eaf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<div style="border-radius: 1em; overflow: hidden;"><img alt="Via Command Palette" src="https://res.cloudinary.com/coderabbi/image/upload/v1708210115/openssl-keygen/r2yydy08zvi2t2vcwaq4.png" /></div>
1. If there is no active editor, a notificaton box is created with the option to copy the secret key.
<div style="border-radius: 1em; overflow: hidden;"><img alt="Copy Key from Notification" src="https://res.cloudinary.com/coderabbi/image/upload/v1708210115/openssl-keygen/lijakxtzgnbkcl9p3tey.png" /></div>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit c519eaf

Please sign in to comment.