From fcffef37d42ab5de4995464a6de36d19900bbd92 Mon Sep 17 00:00:00 2001 From: David Lechner Date: Fri, 21 Oct 2022 14:48:24 -0500 Subject: [PATCH] v2.0.0-beta.6 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55d86372..b83573c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## [Unreleased] +## [2.0.0-beta.6] - 2022-10-21 + ### Added - Added feature to install custom firmware from file ([pybricks-code#1020]). - Added support for multi-file programs ([support#189]). @@ -421,7 +423,8 @@ Prerelease changes are documented at [support#48]. -[Unreleased]: https://github.com/pybricks/pybricks-code/compare/v2.0.0-beta.5...HEAD +[Unreleased]: https://github.com/pybricks/pybricks-code/compare/v2.0.0-beta.6...HEAD +[2.0.0-beta.6]: https://github.com/pybricks/pybricks-code/compare/v2.0.0-beta.5...v2.0.0-beta.6 [2.0.0-beta.5]: https://github.com/pybricks/pybricks-code/compare/v2.0.0-beta.4...v2.0.0-beta.5 [2.0.0-beta.4]: https://github.com/pybricks/pybricks-code/compare/v2.0.0-beta.3...v2.0.0-beta.4 [2.0.0-beta.3]: https://github.com/pybricks/pybricks-code/compare/v2.0.0-beta.2...v2.0.0-beta.3 diff --git a/package.json b/package.json index fc263f33..5a4f748e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pybricks/pybricks-code", - "version": "2.0.0-beta.5", + "version": "2.0.0-beta.6", "license": "MIT", "author": "The Pybricks Authors", "repository": {