From 77ba67a38ef900ba372e13b25f4ab2c9759f05e3 Mon Sep 17 00:00:00 2001 From: David Lechner Date: Wed, 8 Mar 2023 18:12:51 -0600 Subject: [PATCH] v2.2.0-beta.1 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9687fa65..59c4830a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## [Unreleased] +## [2.2.0-beta.1] - 2023-03-08 + ### Added - Added ability to import ZIP files containing Python files ([support#833]). @@ -749,7 +751,8 @@ Prerelease changes are documented at [support#48]. -[Unreleased]: https://github.com/pybricks/pybricks-code/compare/v2.1.1...HEAD +[Unreleased]: https://github.com/pybricks/pybricks-code/compare/v2.2.0-beta.1...HEAD +[2.2.0-beta.1]: https://github.com/pybricks/pybricks-code/compare/v2.1.1..v2.2.0-beta.1 [2.1.1]: https://github.com/pybricks/pybricks-code/compare/v2.1.0...v2.1.1 [2.1.0]: https://github.com/pybricks/pybricks-code/compare/v2.1.0-beta.4...v2.1.0 [2.1.0-beta.4]: https://github.com/pybricks/pybricks-code/compare/v2.1.0-beta.3...v2.1.0-beta.4 diff --git a/package.json b/package.json index 90b9ceb8..d9704041 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pybricks/pybricks-code", - "version": "2.1.1", + "version": "2.2.0-beta.1", "license": "MIT", "author": "The Pybricks Authors", "repository": {