diff --git a/CHANGELOG.md b/CHANGELOG.md index bc24ce83..e84e7fb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## [Unreleased] +## [2.1.0-beta.3] - 2022-12-28 + ### Changed - Improved syntax highlighting for f-strings, operators and numeric literals. @@ -664,7 +666,8 @@ Prerelease changes are documented at [support#48]. -[Unreleased]: https://github.com/pybricks/pybricks-code/compare/v2.1.0-beta.2...HEAD +[Unreleased]: https://github.com/pybricks/pybricks-code/compare/v2.1.0-beta.3...HEAD +[2.1.0-beta.3]: https://github.com/pybricks/pybricks-code/compare/v2.1.0-beta.2...v2.1.0-beta.3 [2.1.0-beta.2]: https://github.com/pybricks/pybricks-code/compare/v2.1.0-beta.1...v2.1.0-beta.2 [2.1.0-beta.1]: https://github.com/pybricks/pybricks-code/compare/v2.0.1...v2.1.0-beta.1 [2.0.1]: https://github.com/pybricks/pybricks-code/compare/v2.0.0...v2.0.1 diff --git a/package.json b/package.json index c72f70e8..5bbebf48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pybricks/pybricks-code", - "version": "2.1.0-beta.2", + "version": "2.1.0-beta.3", "license": "MIT", "author": "The Pybricks Authors", "repository": {