From a1e3ffb814947bf0d8d4632aabc2dce61c222ab0 Mon Sep 17 00:00:00 2001 From: David Lechner Date: Fri, 19 Nov 2021 20:53:16 -0600 Subject: [PATCH] v1.1.0-rc.1 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 752e1530..d507db7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## [Unreleased] +## [1.1.0-rc.1] - 2021-11-19 + ### Added - Hub name setting for selecting hub name when flashing firmware ([support#52]). @@ -192,7 +194,8 @@ Prerelease changes are documented at [support#48]. -[Unreleased]: https://github.com/pybricks/pybricks-code/compare/v1.1.0-beta.6...HEAD +[Unreleased]: https://github.com/pybricks/pybricks-code/compare/v1.1.0-rc.1...HEAD +[1.1.0-rc.1]: https://github.com/pybricks/pybricks-code/compare/v1.1.0-beta.6...v1.1.0-rc.1 [1.1.0-beta.6]: https://github.com/pybricks/pybricks-code/compare/v1.1.0-beta.5...v1.1.0-beta.6 [1.1.0-beta.5]: https://github.com/pybricks/pybricks-code/compare/v1.1.0-beta.4...v1.1.0-beta.5 [1.1.0-beta.4]: https://github.com/pybricks/pybricks-code/compare/v1.1.0-beta.3...v1.1.0-beta.4 diff --git a/package.json b/package.json index 6d199f90..7354c917 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pybricks/pybricks-code", - "version": "1.1.0-beta.6", + "version": "1.1.0-rc.1", "license": "MIT", "author": "The Pybricks Authors", "repository": {