Skip to content

Commit

Permalink
v2.0.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dlech committed Jul 28, 2022
1 parent 30314db commit 3ac399e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 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.5] - 2022-07-28

### Fixed
- Fixed `main.[hash].js` not cached ([support#689]).

Expand Down Expand Up @@ -349,7 +351,9 @@ Prerelease changes are documented at [support#48].

<!-- links for version headings -->

[Unreleased]: https://github.com/pybricks/pybricks-code/compare/v2.0.0-beta.3...HEAD
[Unreleased]: https://github.com/pybricks/pybricks-code/compare/v2.0.0-beta.5...HEAD
[2.0.0-beta.5]: https://github.com/pybricks/pybricks-code/compare/v2.0.0-beta.4...v2.0.0-beta.5
[2.0.0-beta.4]: https://github.com/pybricks/pybricks-code/compare/v2.0.0-beta.3...v2.0.0-beta.4
[2.0.0-beta.3]: https://github.com/pybricks/pybricks-code/compare/v2.0.0-beta.2...v2.0.0-beta.3
[2.0.0-beta.2]: https://github.com/pybricks/pybricks-code/compare/v2.0.0-beta.1...v2.0.0-beta.2
[2.0.0-beta.1]: https://github.com/pybricks/pybricks-code/compare/v1.2.0-beta.1...v2.0.0-beta.1
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.4",
"version": "2.0.0-beta.5",
"license": "MIT",
"author": "The Pybricks Authors",
"repository": {
Expand Down

0 comments on commit 3ac399e

Please sign in to comment.