Skip to content

Commit

Permalink
Merge pull request #89 from Qiskit/v0.5.5
Browse files Browse the repository at this point in the history
V0.5.5
  • Loading branch information
ydarias authored May 21, 2019
2 parents 622cdd6 + 949fedd commit 7610e35
Show file tree
Hide file tree
Showing 7 changed files with 1,085 additions and 784 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### 🎉 Added

- Adding ability to use custom python version and/or environment using `python.pythonPath` is VSCode settings ([#86](https://github.com/Qiskit/qiskit-vscode/pull/86) by [@zpbappi](https://github.com/zpbappi))

### 🐛 Fixed

### ✏️ Changed
Expand All @@ -28,6 +26,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### ❌ Removed

## [v0.5.5] - 2019-05-20

### 🎉 Added

- Adding ability to use custom python version and/or environment using `python.pythonPath` is VSCode settings ([#86](https://github.com/Qiskit/qiskit-vscode/pull/86) by [@zpbappi](https://github.com/zpbappi))

### 👾 Security

- Updating dependencies to fix vulnerabilities ([#89](https://github.com/Qiskit/qiskit-vscode/pull/89) by [@cbjuan](https://github.com/cbjuan))

## [v0.5.4] - 2019-03-14

### 🐛 Fixed
Expand Down Expand Up @@ -328,7 +336,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Re-styling charts ([#97](https://github.ibm.com/IBMQuantum/qiskit-vscode/pull/97) by [@cbjuan](https://github.com/cbjuan))
- Extension size reduction ([#76](https://github.ibm.com/IBMQuantum/qiskit-vscode/pull/76) by [@ydarias](https://github.com/ydarias))

[unreleased]: https://github.com/Qiskit/qiskit-vscode/compare/v0.5.4...HEAD
[unreleased]: https://github.com/Qiskit/qiskit-vscode/compare/v0.5.5...HEAD
[v0.5.5]: https://github.com/Qiskit/qiskit-vscode/compare/v0.5.4...v0.5.5
[v0.5.4]: https://github.com/Qiskit/qiskit-vscode/compare/v0.5.3...v0.5.4
[v0.5.3]: https://github.com/Qiskit/qiskit-vscode/compare/v0.5.2...v0.5.3
[v0.5.2]: https://github.com/Qiskit/qiskit-vscode/compare/v0.5.1...v0.5.2
Expand Down
107 changes: 75 additions & 32 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"publisher": "qiskit",
"version": "0.5.4",
"version": "0.5.5",
"repository": {
"type": "git",
"url": "https://github.com/Qiskit/qiskit-vscode"
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"publisher": "qiskit",
"version": "0.5.4",
"version": "0.5.5",
"repository": {
"type": "git",
"url": "https://github.com/Qiskit/qiskit-vscode"
Expand All @@ -34,8 +34,8 @@
},
"dependencies": {},
"devDependencies": {
"@types/node": "^7.10.5",
"@types/node": "^7.10.6",
"npm-run-all": "^4.1.5",
"typescript": "^3.3.333"
"typescript": "^3.4.5"
}
}
Loading

0 comments on commit 7610e35

Please sign in to comment.