From abb4578450fa7df7c41207023f98d5fea054eeda Mon Sep 17 00:00:00 2001 From: David Lechner Date: Fri, 11 Nov 2022 13:00:07 -0600 Subject: [PATCH] v2.0.0-beta.11 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d4c607d8..bae2219e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## [Unreleased] +## [2.0.0-beta.11] - 2022-11-11 + ### Fixed - Fixed app freezing when checking for updates and update server is unreachable ([pybricks-code#1299]). - Added delay to try to mitigate errors when flashing firmware on city hubs ([support#792]). @@ -493,7 +495,8 @@ Prerelease changes are documented at [support#48]. -[Unreleased]: https://github.com/pybricks/pybricks-code/compare/v2.0.0-beta.10...HEAD +[Unreleased]: https://github.com/pybricks/pybricks-code/compare/v2.0.0-beta.11...HEAD +[2.0.0-beta.11]: https://github.com/pybricks/pybricks-code/compare/v2.0.0-beta.10...v2.0.0-beta.11 [2.0.0-beta.10]: https://github.com/pybricks/pybricks-code/compare/v2.0.0-beta.9...v2.0.0-beta.10 [2.0.0-beta.9]: https://github.com/pybricks/pybricks-code/compare/v2.0.0-beta.8...v2.0.0-beta.9 [2.0.0-beta.8]: https://github.com/pybricks/pybricks-code/compare/v2.0.0-beta.7...v2.0.0-beta.8 diff --git a/package.json b/package.json index 593df0640..ea7dfdd8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pybricks/pybricks-code", - "version": "2.0.0-beta.10", + "version": "2.0.0-beta.11", "license": "MIT", "author": "The Pybricks Authors", "repository": {