Skip to content

Commit d92faa2

Browse files
committed
Add changelog entry for next release
1 parent 3e76dcb commit d92faa2

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,10 @@ All notable changes to the "vscode-to-hastebin" extension will be documented in
99
- Update readme and added badges with some few minor changes.
1010

1111
## [0.0.3]
12-
- Replaced clipboard function with [clipboardy](https://www.npmjs.com/package/clipboardy)
13-
- Added logo and gif for the working of the extension.
12+
- Replaced clipboard function with [clipboardy](https://www.npmjs.com/package/clipboardy).
13+
- Added logo and gif for the working of the extension.
14+
15+
## [0.0.4]
16+
- Reorganized code.
17+
- Added warning notification when the document has no text or is not an editable file.
18+
- Added extension to the end of the Hastebin link to ensure proper syntax highlighting.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-to-hastebin",
33
"displayName": "VSCode to Hastebin",
44
"description": "This extension will let you share files to the hastebin (https://hastebin.com)",
5-
"version": "0.0.3",
5+
"version": "0.0.4",
66
"publisher": "HamzaAnis",
77
"license": "MIT",
88
"repository": {

0 commit comments

Comments
 (0)