diff --git a/CHANGELOG.md b/CHANGELOG.md index 38dfaf4..a5e266d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [1.1.0](https://github.com/remarkablegames/water-pipe/compare/v1.0.2...v1.1.0) (2024-05-19) + + +### Features + +* **public:** add opaque background brick wall image to game ([434bd1b](https://github.com/remarkablegames/water-pipe/commit/434bd1bde939d3f885ddc2f5ac1a227abc6ae250)) + + +### Bug Fixes + +* **public:** desaturate brick background ([b0201b4](https://github.com/remarkablegames/water-pipe/commit/b0201b47f224b7edfd51138ac4dd78e29c5d9427)) + + +### Performance Improvements + +* **public:** compress brick background ([a9bc8a0](https://github.com/remarkablegames/water-pipe/commit/a9bc8a01d20a727a542ebea8e1acfdfb17472c9a)) + ## [1.0.2](https://github.com/remarkablegames/water-pipe/compare/v1.0.1...v1.0.2) (2024-05-19) diff --git a/package-lock.json b/package-lock.json index f78fa36..09a27be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "water-pipe", - "version": "1.0.2", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "water-pipe", - "version": "1.0.2", + "version": "1.1.0", "license": "MIT", "dependencies": { "kaboom": "3000.1.17" diff --git a/package.json b/package.json index 5c913e0..5bf8376 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "water-pipe", - "version": "1.0.2", + "version": "1.1.0", "description": "A template for building Kaboom games.", "author": "Mark ", "scripts": {