Skip to content

Commit

Permalink
npm/images: add hub-inventor.png file to package
Browse files Browse the repository at this point in the history
  • Loading branch information
dlech committed Oct 28, 2022
1 parent d49bc54 commit b84fed1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions npm/images/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

<!-- refer to https://keepachangelog.com/en/1.0.0/ for guidance -->

## 1.1.0 - 2022-10-28

### Added
- Added MINDSTORMS Robot Inventor hub image.

## 1.0.0 - 2022-10-28

### Added
Expand Down
4 changes: 2 additions & 2 deletions npm/images/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
IMAGE_DIR = (
pathlib.Path(__file__).parent.parent.parent / "doc" / "main" / "cad" / "output"
).resolve()
HUBS = ["move", "city", "technic", "prime", "essential"]
HUBS = ["move", "city", "technic", "prime", "essential", "inventor"]

package_json = {
"name": "@pybricks/images",
"version": "1.0.0",
"version": "1.1.0",
"description": "Distribution of Pybricks images.",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit b84fed1

Please sign in to comment.