Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,29 @@ Fixes:

Dependency updates:

## 1.0.11 - 07/23/2025

Fixes:

- Only show observations by default on current conditions by @abkfenris in https://github.com/gulfofmaine/Neracoos-1-Buoy-App/pull/3598

Dependency updates:

- Bump node from `dfea073` to `91aa1bb` by @dependabot[bot] in https://github.com/gulfofmaine/Neracoos-1-Buoy-App/pull/3583
- Bump brace-expansion by @dependabot[bot] in https://github.com/gulfofmaine/Neracoos-1-Buoy-App/pull/3585
- Bump docker/setup-buildx-action from 3.10.0 to 3.11.1 by @dependabot[bot] in https://github.com/gulfofmaine/Neracoos-1-Buoy-App/pull/3587
- Bump getsentry/action-release from 3.1.1 to 3.1.2 by @dependabot[bot] in https://github.com/gulfofmaine/Neracoos-1-Buoy-App/pull/3588
- Bump getsentry/action-release from 3.1.2 to 3.2.0 by @dependabot[bot] in https://github.com/gulfofmaine/Neracoos-1-Buoy-App/pull/3590
- Bump pbkdf2 from 3.1.2 to 3.1.3 by @dependabot[bot] in https://github.com/gulfofmaine/Neracoos-1-Buoy-App/pull/3589
- Bump node from 24.1.0-alpine to 24.3.0-alpine by @dependabot[bot] in https://github.com/gulfofmaine/Neracoos-1-Buoy-App/pull/3591
- Bump next from 15.3.1 to 15.3.4 by @dependabot[bot] in https://github.com/gulfofmaine/Neracoos-1-Buoy-App/pull/3592
- Bump node from `49e45bf` to `b8ea75e` by @dependabot[bot] in https://github.com/gulfofmaine/Neracoos-1-Buoy-App/pull/3593
- Bump node from 24.3.0-alpine to 24.4.0-alpine by @dependabot[bot] in https://github.com/gulfofmaine/Neracoos-1-Buoy-App/pull/3594
- Bump node from 24.4.0-alpine to 24.4.1-alpine by @dependabot[bot] in https://github.com/gulfofmaine/Neracoos-1-Buoy-App/pull/3596
- Bump form-data from 4.0.0 to 4.0.4 by @dependabot[bot] in https://github.com/gulfofmaine/Neracoos-1-Buoy-App/pull/3597

**Full Changelog**: https://github.com/gulfofmaine/Neracoos-1-Buoy-App/compare/v1.0.10...v1.0.11

## 1.0.10 - 05/28/2025

Fixes:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "src",
"version": "1.0.10",
"version": "1.0.11",
"private": true,
"homepage": "http://mariners.neracoos.org/",
"dependencies": {
Expand Down
Loading