Skip to content

Commit

Permalink
v2.0.0-beta.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dlech committed Oct 25, 2022
1 parent ed8394b commit c763b2e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

## [Unreleased]

## [2.0.0-beta.8] - 2022-10-25

### Fixed
- Fixed crash when user program contains syntax error ([support#755]).

Expand Down Expand Up @@ -435,7 +437,8 @@ Prerelease changes are documented at [support#48].

<!-- links for version headings -->

[Unreleased]: https://github.com/pybricks/pybricks-code/compare/v2.0.0-beta.7...HEAD
[Unreleased]: https://github.com/pybricks/pybricks-code/compare/v2.0.0-beta.8...HEAD
[2.0.0-beta.8]: https://github.com/pybricks/pybricks-code/compare/v2.0.0-beta.7...v2.0.0-beta.8
[2.0.0-beta.7]: https://github.com/pybricks/pybricks-code/compare/v2.0.0-beta.6...v2.0.0-beta.7
[2.0.0-beta.6]: https://github.com/pybricks/pybricks-code/compare/v2.0.0-beta.5...v2.0.0-beta.6
[2.0.0-beta.5]: https://github.com/pybricks/pybricks-code/compare/v2.0.0-beta.4...v2.0.0-beta.5
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pybricks/pybricks-code",
"version": "2.0.0-beta.7",
"version": "2.0.0-beta.8",
"license": "MIT",
"author": "The Pybricks Authors",
"repository": {
Expand Down

0 comments on commit c763b2e

Please sign in to comment.