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

Commit

Permalink
new version number
Browse files Browse the repository at this point in the history
  • Loading branch information
serayuzgur committed Mar 16, 2020
1 parent 706e306 commit fa61397
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
10 changes: 3 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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 ./",
Expand All @@ -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"
Expand Down

0 comments on commit fa61397

Please sign in to comment.