diff --git a/CHANGELOG.md b/CHANGELOG.md index d91f635f0..5c245ec69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ 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.2.1] - 2020-10-20 + +### Added + +- Added the ability to use print() and console.log() in playgrounds [#184](https://github.com/mongodb-js/vscode/pull/184) +- Added an overview page (more to come on this in future versions) [#178](https://github.com/mongodb-js/vscode/pull/178) +- Added a tooltip to fields in a collection's schema to show types found in the sampling for that field [#179](https://github.com/mongodb-js/vscode/pull/179) + ## [0.2.0] - 2020-10-1 ### Added diff --git a/package-lock.json b/package-lock.json index 6820665ca..0d510767b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mongodb-vscode", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8ba834837..ef11445f6 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.2.0", + "version": "0.2.1", "homepage": "https://github.com/mongodb-js/vscode", "qna": "https://developer.mongodb.com/community/forums/", "repository": {