We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63185af commit 0cee2e2Copy full SHA for 0cee2e2
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## v0.1.1
4
+
5
+- Add Icon for Visual Studio Code Extension Marketplace. 🦉
6
7
## v0.1.0
8
9
- Feature: Operator Log Points
package.json
@@ -3,7 +3,7 @@
"displayName": "RxJS Debugging for Visual Studio Code",
"description": "Add non-intrusive debugging capabilities for RxJS applications to Visual Studio Code.",
"icon": "docs/brand/icon.png",
- "version": "0.1.0",
+ "version": "0.1.1",
"repository": {
"url": "https://github.com/swissmanu/rxjs-debugging-for-vscode"
},
0 commit comments