diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cd06e9..ff148d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to the "crates" extension will be documented in this file. +## 0.4.8 + +- Go to DOCS.RS added in popup [#72](https://github.com/serayuzgur/crates/issues/72) +- "0.0.0" version is included now [#73](https://github.com/serayuzgur/crates/issues/73) + +## 0.4.7 + +- Hot Fix + ## 0.4.6 - Should not convert single to double quotes [#66](https://github.com/serayuzgur/crates/issues/66) diff --git a/package.json b/package.json index 7fed591..ca67bc7 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "crates", "displayName": "crates", "description": "Helps Rust developers managing dependencies with Cargo.toml. Only works with dependencies from crates.io.", - "version": "0.4.7", + "version": "0.4.8", "publisher": "serayuzgur", "author": { "name": "serayuzgur", @@ -15,7 +15,7 @@ }, "homepage": "https://github.com/serayuzgur/crates/blob/master/README.md", "engines": { - "vscode": "^1.33.0" + "vscode": "^1.43.0" }, "repository": { "type": "git", @@ -98,9 +98,7 @@ "main": "./out/extension", "scripts": { "build": "npm run compile", - "vscode:prepublish": "webpack -mode production", - "webpack": "webpack --mode development", - "webpack-dev": "webpack --mode development --watch", + "vscode:prepublish": "npm run compile", "compile": "tsc -p ./", "lint": "tslint -p ./", "watch": "tsc -watch -p ./", @@ -120,8 +118,6 @@ "typescript": "3.8.3", "@types/vscode": "1.43.0", "vscode-test": "1.3.0", - "webpack": "4.42.0", - "webpack-cli": "3.3.11", "@types/glob": "7.1.1", "glob": "7.1.6", "ts-loader": "6.2.1"