Skip to content

Commit 346d1c8

Browse files
authored
0.1.0 (#151)
1 parent 1ceb660 commit 346d1c8

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ 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.1.0] - 2020-07-15
8+
9+
### Added
10+
11+
- Added the ability to run partial playgrounds
12+
- Added indexes to the explorer tree view
13+
14+
### Fixed
15+
16+
- Fixed an issue with the launch shell command in powershell
17+
- Fixed an issue with the tree explorer freezing when double clicking an open schema
18+
719
## [0.0.4] - 2020-06-16
820

921
### 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.4",
6+
"version": "0.1.0",
77
"homepage": "https://github.com/mongodb-js/vscode",
88
"qna": "https://developer.mongodb.com/community/forums/",
99
"repository": {

0 commit comments

Comments
 (0)