Skip to content

Commit 99453c5

Browse files
authored
Bump version to 0.0.4 and update changelog (#137)
1 parent e5ed9f4 commit 99453c5

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ All notable changes to the "mongodb" extension will be documented in this file.
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7+
## [0.0.4] - 2020-06-16
8+
9+
### Added
10+
11+
- Added `Launch MongoDB Shell` right click action for the active connection in the tree view
12+
13+
### Fixed
14+
15+
- Fixed an issue with connecting to ssl with the launch shell command
16+
- Fixed an issue with the launch shell command on windows
17+
- Fixed playgrounds not being able to run in WSL environments
18+
- Updated our connection model dependency to pull in a fix for connection strings with `readPreferenceTags`
19+
20+
### Changed
21+
22+
- Connections in the tree view are now alphabetically sorted
23+
724
## [0.0.3] - 2020-05-26
825

926
### Added

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "mongodb-vscode",
44
"displayName": "MongoDB for VS Code",
55
"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.",
6-
"version": "0.0.3",
6+
"version": "0.0.4",
77
"homepage": "https://github.com/mongodb-js/vscode",
88
"qna": "https://developer.mongodb.com/community/forums/",
99
"repository": {

0 commit comments

Comments
 (0)