diff --git a/npm/images/CHANGELOG.md b/npm/images/CHANGELOG.md index 76b7d2f..92214ce 100644 --- a/npm/images/CHANGELOG.md +++ b/npm/images/CHANGELOG.md @@ -2,6 +2,11 @@ +## 1.2.0 - 2022-10-28 + +### Changed +- Changed all icon files to have the same dimensions. + ## 1.1.0 - 2022-10-28 ### Added diff --git a/npm/images/build.py b/npm/images/build.py index 8699279..9d74bf6 100755 --- a/npm/images/build.py +++ b/npm/images/build.py @@ -12,7 +12,7 @@ HUBS = ["move", "city", "technic", "prime", "essential", "inventor"] package_json = { "name": "@pybricks/images", - "version": "1.1.0", + "version": "1.2.0", "description": "Distribution of Pybricks images.", "license": "MIT", "repository": {