Skip to content

Commit 3d4d0e8

Browse files
authored
Bump to version 0.0.3 and update changelog (#119)
1 parent c14cd57 commit 3d4d0e8

File tree

3 files changed

+34
-4
lines changed

3 files changed

+34
-4
lines changed

CHANGELOG.md

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,36 @@ 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-
## [Unreleased]
7+
## [0.0.3] - 2020-05-26
88

9-
- Initial release
9+
### Added
10+
11+
- Added `require` support in playgrounds
12+
13+
### Fixed
14+
15+
- Fixed an issue with file pathing on SSL and SSH connections on windows
16+
- Fixed an issue with connecting to mongodb through the shell while using SSH
17+
- Fixed a connectivity issue with playgrounds and SSH connections
18+
- Fixed an issue with having a babel config in a workspace root
19+
20+
### Changed
21+
22+
- README copy tweaks.
23+
24+
## [0.0.2] - 2020-05-13
25+
26+
### Changed
27+
28+
- Marketplace preview release
29+
- Marketplace README copy tweaks
30+
31+
## [0.0.1] - 2020-04-20
32+
33+
- Internal preview release
34+
35+
### Added
36+
37+
- MongoDB data explorer
38+
- MongoDB Playgrounds
39+
- Quick access to the MongoDB Shell

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

0 commit comments

Comments
 (0)