Skip to content

Commit de3c868

Browse files
authored
0.4.2 (#265)
1 parent 6747ec6 commit de3c868

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ 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.4.2] - 2021-2-17
8+
9+
### Added
10+
11+
- Add icon to refresh collection documents list (#264)
12+
13+
### Changed
14+
15+
- Updated the Atlas link to have https (#259)
16+
717
## [0.4.1] - 2021-2-10
818

919
### Changed

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

src/test/suite/connectionController.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ suite('Connection Controller Test Suite', function () {
512512

513513
test('"getConnectionStringFromConnectionId" returns the driver uri of a connection', async () => {
514514
const expectedDriverUri =
515-
'mongodb://localhost:27018/?readPreference=primary&appname=mongodb-vscode%200.4.2-dev.0&ssl=false';
515+
'mongodb://localhost:27018/?readPreference=primary&appname=mongodb-vscode%200.4.2&ssl=false';
516516

517517
await testConnectionController.loadSavedConnections();
518518
await testConnectionController.addNewConnectionStringAndConnect(

0 commit comments

Comments
 (0)