Skip to content

Commit ddd364b

Browse files
committed
Release v0.1.1
1 parent bef342c commit ddd364b

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1+
### v0.1.1 - 09/08/2021
2+
- Fix incorrect path to the Python executable
3+
- Fix Python error messages sometimes being incomplete
4+
- Remove `dedent-js` dependency from production release
5+
- Remove `app-root-path` dependency
6+
- Remove `python-shell` dependency
7+
18
### v0.1.0 - 07/08/2021
29
- Initial development release
3-
4-

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-contrib-quantum",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Quantum computing functionality for Node-RED",
55
"author": "Louis Lefevre",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)