From 99453c50d6c4344859bd060ad58b0fc39dede18c Mon Sep 17 00:00:00 2001 From: Rhys Date: Wed, 17 Jun 2020 14:15:36 +0200 Subject: [PATCH] Bump version to 0.0.4 and update changelog (#137) --- CHANGELOG.md | 17 +++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a1de9221..8e00a6440 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ All notable changes to the "mongodb" extension will be documented in this file. Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +## [0.0.4] - 2020-06-16 + +### Added + +- Added `Launch MongoDB Shell` right click action for the active connection in the tree view + +### Fixed + +- Fixed an issue with connecting to ssl with the launch shell command +- Fixed an issue with the launch shell command on windows +- Fixed playgrounds not being able to run in WSL environments +- Updated our connection model dependency to pull in a fix for connection strings with `readPreferenceTags` + +### Changed + +- Connections in the tree view are now alphabetically sorted + ## [0.0.3] - 2020-05-26 ### Added diff --git a/package-lock.json b/package-lock.json index 879aceace..99aa1479d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mongodb-vscode", - "version": "0.0.3", + "version": "0.0.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d22122b8f..e91adeab1 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "name": "mongodb-vscode", "displayName": "MongoDB for VS Code", "description": "Connect to MongoDB and Atlas directly from your VS Code environment, navigate your databases and collections, inspect your schema and use playgrounds to prototype queries and aggregations.", - "version": "0.0.3", + "version": "0.0.4", "homepage": "https://github.com/mongodb-js/vscode", "qna": "https://developer.mongodb.com/community/forums/", "repository": {