Update changelog

This commit is contained in:
Lance Edgar 2024-06-08 19:03:44 -05:00
parent 6df6f84afe
commit c2e6bfcfdd
3 changed files with 9 additions and 3 deletions

View file

@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
## 0.1.2 - 2024-06-08
### Added
- Add "use my current location" button to home page.
### Changed
- Show both "latest" and "loop" radar images.
## 0.1.1 - 2024-06-08
### Added
- Add radar panel for Weather view.

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "myweather",
"version": "0.1.1",
"version": "0.1.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "myweather",
"version": "0.1.1",
"version": "0.1.2",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",

View file

@ -1,6 +1,6 @@
{
"name": "myweather",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"type": "module",
"scripts": {