Skip to content

Commit

Permalink
Merge pull request #2 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 bc3bbb7 + 9bc1144 commit fe6fb59
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.1.4 (2024-02-18)

[compare changes](https://github.com/emekaorji/openssl-keygen/compare/v0.1.3...v0.1.4 (2024-02-18))

[View changes on GitHub](https://github.com/emekaorji/openssl-keygen/compare/v0.1.3...v0.1.4 (2024-02-18))

## v0.1.3 (2024-02-18)

[compare changes](https://github.com/emekaorji/openssl-keygen/compare/v0.1.2...v0.1.3 (2024-02-18))
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,19 @@ This VSCode extension allow you to generate a standard openssl secure key on the

### Installation 📝

#### Via in-app extension view

1. Launch Visual Studio Code.
1. Go to the Extensions view by clicking on the square icon on the left sidebar or by using the shortcut `Cmd+Shift+X` or `Ctrl+Shift+X` on windows.
1. Search for "OpenSSL Keygen" in the Extensions marketplace.
1. Click the "Install" button next to the "OpenSSL Keygen" extension.
1. Once installed, you can find the extension in the command palette.

#### Via online VSCode marketplace

1. Head over to https://marketplace.visualstudio.com/items?itemName=coderabbi.openssl-keygen and click the "Install" button.
1. Follow step 4 and 5 above

### Usage 🛠️

1. Open a text editor.
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.3",
"version": "0.1.4",
"description": "Generate OpenSSL secret key for your application",
"publisher": "coderabbi",
"private": true,
Expand Down

0 comments on commit fe6fb59

Please sign in to comment.