diff --git a/CHANGELOG.md b/CHANGELOG.md index 4276bc2..6b69173 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.1.9 - 2024-06-09 +### Changed +- Warning notification should not butt up against forecast panel. +- Add timestamp param to bust cache when refreshing radar images. + ## 0.1.8 - 2024-06-09 ### Added - Add link to national radar map (live image). diff --git a/package-lock.json b/package-lock.json index a6d8881..f422668 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "myweather", - "version": "0.1.8", + "version": "0.1.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "myweather", - "version": "0.1.8", + "version": "0.1.9", "dependencies": { "@fortawesome/fontawesome-svg-core": "^6.5.2", "@fortawesome/free-solid-svg-icons": "^6.5.2", diff --git a/package.json b/package.json index 6e7c43a..599f21b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "myweather", - "version": "0.1.8", + "version": "0.1.9", "private": true, "type": "module", "scripts": {