diff --git a/CHANGELOG.md b/CHANGELOG.md index c163ac4..96d692d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,12 +19,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### 🎉 Added ### 🐛 Fixed -- Changing update packages modal behavior: they must be only updated if the user clicks OK explicitly ([#45](https://github.com/Qiskit/qiskit-vscode/pull/45) by [@cbjuan](https://github.com/cbjuan)) ### ✏️ Changed ### 👾 Security +## [v0.3.6] - 2018-10-25 + +### 🐛 Fixed +- Changing update packages modal behavior: they must be only updated if the user clicks OK explicitly ([#45](https://github.com/Qiskit/qiskit-vscode/pull/45) by [@cbjuan](https://github.com/cbjuan)) + ## [v0.3.5] - 2018-10-24 ### 🎉 Added @@ -241,7 +245,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.5...HEAD +[Unreleased]: https://github.com/Qiskit/qiskit-vscode/compare/v0.3.6...HEAD +[v0.3.5]: 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 [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 diff --git a/client/package-lock.json b/client/package-lock.json index 5451ae0..ba8d4db 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1,6 +1,6 @@ { "name": "qiskit-vscode", - "version": "0.3.5", + "version": "0.3.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/client/package.json b/client/package.json index 86f88cb..461f778 100644 --- a/client/package.json +++ b/client/package.json @@ -10,7 +10,7 @@ } ], "publisher": "qiskit", - "version": "0.3.5", + "version": "0.3.6", "repository": { "type": "git", "url": "https://github.com/Qiskit/qiskit-vscode" diff --git a/package-lock.json b/package-lock.json index 9d0801e..81d75ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "qiskit-vscode", - "version": "0.3.5", + "version": "0.3.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ebde344..658cfe2 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ } ], "publisher": "qiskit", - "version": "0.3.5", + "version": "0.3.6", "repository": { "type": "git", "url": "https://github.com/Qiskit/qiskit-vscode" diff --git a/server/package-lock.json b/server/package-lock.json index b9995c3..eca73ce 100644 --- a/server/package-lock.json +++ b/server/package-lock.json @@ -1,6 +1,6 @@ { "name": "qiskit-vscode", - "version": "0.3.5", + "version": "0.3.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/server/package.json b/server/package.json index 2c5e10d..4af3bac 100644 --- a/server/package.json +++ b/server/package.json @@ -10,7 +10,7 @@ } ], "publisher": "qiskit", - "version": "0.3.5", + "version": "0.3.6", "engines": { "node": "*" },