From 343fa917eba314e02436a56958bccac690a79f16 Mon Sep 17 00:00:00 2001 From: David Lechner Date: Fri, 2 Jun 2023 10:49:07 -0500 Subject: [PATCH] v2.2.0-beta.5 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e91e445..62026095 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## [Unreleased] +## [2.2.0-beta.5] - 2023-06-02 + ### Changed - Updated dependencies. - Updated firmware to v3.3.0b6: @@ -904,7 +906,8 @@ Prerelease changes are documented at [support#48]. -[Unreleased]: https://github.com/pybricks/pybricks-code/compare/v2.2.0-beta.4...HEAD +[Unreleased]: https://github.com/pybricks/pybricks-code/compare/v2.2.0-beta.5...HEAD +[2.2.0-beta.5]: https://github.com/pybricks/pybricks-code/compare/v2.2.0-beta.4..v2.2.0-beta.5 [2.2.0-beta.4]: https://github.com/pybricks/pybricks-code/compare/v2.2.0-beta.3..v2.2.0-beta.4 [2.2.0-beta.3]: https://github.com/pybricks/pybricks-code/compare/v2.2.0-beta.2..v2.2.0-beta.3 [2.2.0-beta.2]: https://github.com/pybricks/pybricks-code/compare/v2.2.0-beta.1..v2.2.0-beta.2 diff --git a/package.json b/package.json index 1e660e68..f9ea2d0d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pybricks/pybricks-code", - "version": "2.2.0-beta.4", + "version": "2.2.0-beta.5", "license": "MIT", "author": "The Pybricks Authors", "repository": {