Skip to content

Commit

Permalink
Merge pull request #31 from Qiskit/v0.3.3
Browse files Browse the repository at this point in the history
V0.3.3
  • Loading branch information
ydarias authored Aug 21, 2018
2 parents 7d32cce + 77d7f86 commit b8a1dc7
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 8 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### 🐛 Fixed

### ✏️ Changed

### 👾 Security

## [v0.3.3] - 2018-08-21

### 🎉 Added

### 🐛 Fixed

### ✏️ Changed
- Rename qiskit-aqua(.*)-related code -> from qiskit-acqua & qiskit-acqua-chemistry to qiskit-aqua and qiskit-aqua-chemistry ([#28](https://github.com/Qiskit/qiskit-vscode/pull/28) by [@cbjuan](https://github.com/cbjuan))
- Improving the tests for the client (mocking vscode) ([#26](https://github.com/Qiskit/qiskit-vscode/pull/26) by [@cbjuan](https://github.com/cbjuan))
Expand Down Expand Up @@ -213,7 +223,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.2...HEAD
[Unreleased]: https://github.com/Qiskit/qiskit-vscode/compare/v0.3.3...HEAD
[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
[v0.3.1]: https://github.com/Qiskit/qiskit-vscode/compare/v0.3.0...v0.3.1
[v0.3.0]: https://github.com/Qiskit/qiskit-vscode/compare/v0.2.2...v0.3.0
Expand Down
4 changes: 2 additions & 2 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.3.2",
"version": "0.3.3",
"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.2",
"version": "0.3.3",
"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.2",
"version": "0.3.3",
"engines": {
"node": "*"
},
Expand Down

0 comments on commit b8a1dc7

Please sign in to comment.