diff --git a/CHANGELOG.md b/CHANGELOG.md index 83179d1..34916b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.2](https://github.com/remarkablegames/water-pipe/compare/v1.0.1...v1.0.2) (2024-05-19) + + +### Performance Improvements + +* **public:** compress sprites, sounds, and other images ([2a75342](https://github.com/remarkablegames/water-pipe/commit/2a75342e034fbd04229766336a1e308d860b03b0)) + ## [1.0.1](https://github.com/remarkablegames/water-pipe/compare/v1.0.0...v1.0.1) (2024-05-19) diff --git a/package-lock.json b/package-lock.json index c05bc85..f78fa36 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "water-pipe", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "water-pipe", - "version": "1.0.1", + "version": "1.0.2", "license": "MIT", "dependencies": { "kaboom": "3000.1.17" diff --git a/package.json b/package.json index 464c8b0..5c913e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "water-pipe", - "version": "1.0.1", + "version": "1.0.2", "description": "A template for building Kaboom games.", "author": "Mark ", "scripts": {