Update changelog

This commit is contained in:
Lance Edgar 2024-06-08 19:58:59 -05:00
parent f82540c677
commit 757e5ce6c8
3 changed files with 7 additions and 3 deletions

View file

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased ## Unreleased
## 0.1.4 - 2024-06-08
### Changed
- Fix horizontal scroll for main forecast panel.
## 0.1.3 - 2024-06-08 ## 0.1.3 - 2024-06-08
### Changed ### Changed
- Tell user to refresh the page, if access to location has failed. - Tell user to refresh the page, if access to location has failed.

4
package-lock.json generated
View file

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

View file

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