Skip to content

Commit

Permalink
Bump version to v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vymarkov committed Nov 19, 2020
1 parent 7a4bc1f commit b80b278
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@

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

### Release Notes

### v0.0.4

Add more useful extensions 😋

- [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.
- [Elasticsearch for VSCode](https://marketplace.visualstudio.com/items?itemName=ria.elastic) - Elasticsearch client like Kibana console for vscode

### For more information

- [Visual Studio Code's Markdown Support](http://code.visualstudio.com/docs/languages/markdown)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nodejs-devops-extension-pack",
"displayName": "Node.js + DevOps Extension Pack",
"description": "Popular VS Code extensions for Node.js development and building DevOps pipelines using GitLab and Kubernetes",
"version": "0.0.3",
"version": "0.0.4",
"publisher": "vymarkov",
"engines": {
"vscode": "^1.28.0"
Expand Down

0 comments on commit b80b278

Please sign in to comment.