Skip to content

Commit

Permalink
Merge pull request #43 from Qiskit/v0.3.5
Browse files Browse the repository at this point in the history
qiskit-vscode v0.3.5
  • Loading branch information
ydarias authored Oct 24, 2018
2 parents 748a103 + 0b899ca commit ff57e48
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 7 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### 🎉 Added

### 🐛 Fixed

### ✏️ Changed

### 👾 Security

## [v0.3.5] - 2018-10-24

### 🎉 Added

### 🐛 Fixed
- Changing install packages modal behavior: they must be only installed if the user clicks OK explicitly ([#42](https://github.com/Qiskit/qiskit-vscode/pull/42) by [@cbjuan](https://github.com/cbjuan))

Expand Down Expand Up @@ -230,7 +240,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.3.4...HEAD
[Unreleased]: https://github.com/Qiskit/qiskit-vscode/compare/v0.3.5...HEAD
[v0.3.5]: https://github.com/Qiskit/qiskit-vscode/compare/v0.3.4...v0.3.5
[v0.3.4]: https://github.com/Qiskit/qiskit-vscode/compare/v0.3.3...v0.3.4
[v0.3.3]: https://github.com/Qiskit/qiskit-vscode/compare/v0.3.2...v0.3.3
[v0.3.2]: https://github.com/Qiskit/qiskit-vscode/compare/v0.3.1...v0.3.2
Expand Down
2 changes: 1 addition & 1 deletion 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.3.4",
"version": "0.3.5",
"repository": {
"type": "git",
"url": "https://github.com/Qiskit/qiskit-vscode"
Expand Down
2 changes: 1 addition & 1 deletion 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"publisher": "qiskit",
"version": "0.3.4",
"version": "0.3.5",
"repository": {
"type": "git",
"url": "https://github.com/Qiskit/qiskit-vscode"
Expand Down
2 changes: 1 addition & 1 deletion server/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 server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"publisher": "qiskit",
"version": "0.3.4",
"version": "0.3.5",
"engines": {
"node": "*"
},
Expand Down

0 comments on commit ff57e48

Please sign in to comment.