Skip to content

Commit

Permalink
Merge pull request #53 from Qiskit/v0.4.1
Browse files Browse the repository at this point in the history
Preparing release v0.4.1
  • Loading branch information
ydarias authored Nov 5, 2018
2 parents 986c34f + c6e1f41 commit 2ab7383
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 9 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### 👾 Security

## [v0.4.1] - 2018-11-05

### 🎉 Added

- Adding snippets for Qiskit Terra ([#39](https://github.com/Qiskit/qiskit-vscode/pull/39) by [@AkashGutha](https://github.com/AkashGutha))

### 👾 Security

- Fixing CVE-2018-16469 and updating other dependencies ([#52](https://github.com/Qiskit/qiskit-vscode/pull/52) by [@cbjuan](https://github.com/cbjuan))

## [v0.4.0] - 2018-10-30
Expand Down Expand Up @@ -276,7 +284,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.4.0...HEAD
[unreleased]: https://github.com/Qiskit/qiskit-vscode/compare/v0.4.1...HEAD
[v0.4.0]: https://github.com/Qiskit/qiskit-vscode/compare/v0.4.0...v0.4.1
[v0.4.0]: https://github.com/Qiskit/qiskit-vscode/compare/v0.3.6...v0.4.0
[v0.3.6]: https://github.com/Qiskit/qiskit-vscode/compare/v0.3.5...v0.3.6
[v0.3.5]: https://github.com/Qiskit/qiskit-vscode/compare/v0.3.4...v0.3.5
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ We encourage you to visit [https://qiskit.org/](https://qiskit.org/) to explore
- OpenQASM error detection.
- OpenQASM autocompletion.
- Qiskit static analysis.
- Provide pre-defined code snippets for Qiskit Aqua
- Provide pre-defined code snippets for code using Qiskit Terra and Qiskit Aqua

## Useful commands

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.

4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"publisher": "qiskit",
"version": "0.4.0",
"version": "0.4.1",
"repository": {
"type": "git",
"url": "https://github.com/Qiskit/qiskit-vscode"
Expand Down Expand Up @@ -330,4 +330,4 @@
"extensionDependencies": [
"ms-python.python"
]
}
}
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.4.0",
"version": "0.4.1",
"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.4.0",
"version": "0.4.1",
"engines": {
"node": "*"
},
Expand Down

0 comments on commit 2ab7383

Please sign in to comment.