From b80b278f54e2d2d75ed9a656c91d72c7d5fd7b69 Mon Sep 17 00:00:00 2001 From: Vitaly Markov Date: Thu, 19 Nov 2020 17:10:50 +0200 Subject: [PATCH] Bump version to v0.0.4 --- README.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ec6dfeb..061f86b 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/package.json b/package.json index 3d69394..1bfa12f 100644 --- a/package.json +++ b/package.json @@ -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"