Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit fa61397

Browse files
committed
new version number
1 parent 706e306 commit fa61397

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
All notable changes to the "crates" extension will be documented in this file.
44

5+
## 0.4.8
6+
7+
- Go to DOCS.RS added in popup [#72](https://github.com/serayuzgur/crates/issues/72)
8+
- "0.0.0" version is included now [#73](https://github.com/serayuzgur/crates/issues/73)
9+
10+
## 0.4.7
11+
12+
- Hot Fix
13+
514
## 0.4.6
615

716
- Should not convert single to double quotes [#66](https://github.com/serayuzgur/crates/issues/66)

package.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "crates",
33
"displayName": "crates",
44
"description": "Helps Rust developers managing dependencies with Cargo.toml. Only works with dependencies from crates.io.",
5-
"version": "0.4.7",
5+
"version": "0.4.8",
66
"publisher": "serayuzgur",
77
"author": {
88
"name": "serayuzgur",
@@ -15,7 +15,7 @@
1515
},
1616
"homepage": "https://github.com/serayuzgur/crates/blob/master/README.md",
1717
"engines": {
18-
"vscode": "^1.33.0"
18+
"vscode": "^1.43.0"
1919
},
2020
"repository": {
2121
"type": "git",
@@ -98,9 +98,7 @@
9898
"main": "./out/extension",
9999
"scripts": {
100100
"build": "npm run compile",
101-
"vscode:prepublish": "webpack -mode production",
102-
"webpack": "webpack --mode development",
103-
"webpack-dev": "webpack --mode development --watch",
101+
"vscode:prepublish": "npm run compile",
104102
"compile": "tsc -p ./",
105103
"lint": "tslint -p ./",
106104
"watch": "tsc -watch -p ./",
@@ -120,8 +118,6 @@
120118
"typescript": "3.8.3",
121119
"@types/vscode": "1.43.0",
122120
"vscode-test": "1.3.0",
123-
"webpack": "4.42.0",
124-
"webpack-cli": "3.3.11",
125121
"@types/glob": "7.1.1",
126122
"glob": "7.1.6",
127123
"ts-loader": "6.2.1"

0 commit comments

Comments
 (0)