Skip to content

Commit 6640fba

Browse files
committed
npm/jedi: v1.5.0
1 parent ecbfbcf commit 6640fba

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

npm/jedi/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
<!-- refer to https://keepachangelog.com/en/1.0.0/ for guidance -->
44

5+
## 1.5.0 - 2022-12-02
6+
7+
### Changed
8+
- Updated `pybricks_jedi` Python package to v1.5.0.
9+
510
## 1.4.0 - 2022-12-02
611

712
### Changed

npm/jedi/build.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
package_json = {
1414
"name": "@pybricks/jedi",
15-
"version": "1.4.0",
15+
"version": "1.5.0",
1616
"description": "Binary distribution of pybricks-jedi Python package and dependencies for use with Pyodide.",
1717
"repository": {
1818
"type": "git",
@@ -38,7 +38,7 @@
3838
"pip",
3939
"download",
4040
"--only-binary=any",
41-
"pybricks-jedi==1.4.0",
41+
"pybricks-jedi==1.5.0",
4242
],
4343
cwd=BUILD_DIR,
4444
)

0 commit comments

Comments
 (0)