From dfe1d3b7213ed8ce5688352e2319ec89150f72e5 Mon Sep 17 00:00:00 2001 From: David Lechner Date: Wed, 28 Dec 2022 17:07:29 -0600 Subject: [PATCH] v2.1.0-beta.3 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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": {