Skip to content

Commit b80b278

Browse files
committed
Bump version to v0.0.4
1 parent 7a4bc1f commit b80b278

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,15 @@
2828

2929
- [Docker](https://marketplace.visualstudio.com/items?itemName=PeterJausovec.vscode-docker) - Adds syntax highlighting, commands, hover tips, and linting for Dockerfile and docker-compose files.
3030

31+
### Release Notes
32+
33+
### v0.0.4
34+
35+
Add more useful extensions 😋
36+
37+
- [REST Client](https://marketplace.visualstudio.com/items?itemName=humao.rest-client) - REST Client allows you to send HTTP request and view the response in Visual Studio Code directly.
38+
- [Elasticsearch for VSCode](https://marketplace.visualstudio.com/items?itemName=ria.elastic) - Elasticsearch client like Kibana console for vscode
39+
3140
### For more information
3241

3342
- [Visual Studio Code's Markdown Support](http://code.visualstudio.com/docs/languages/markdown)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nodejs-devops-extension-pack",
33
"displayName": "Node.js + DevOps Extension Pack",
44
"description": "Popular VS Code extensions for Node.js development and building DevOps pipelines using GitLab and Kubernetes",
5-
"version": "0.0.3",
5+
"version": "0.0.4",
66
"publisher": "vymarkov",
77
"engines": {
88
"vscode": "^1.28.0"

0 commit comments

Comments
 (0)