Skip to content

Commit

Permalink
chore: release v2.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ugrc-release-bot[bot] authored and stdavis committed Oct 29, 2024
1 parent fcf9062 commit 3434842
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"2.4.4"}
{".":"2.4.5"}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.4.5](https://github.com/agrc/electrofishing/compare/v2.4.4...v2.4.5) (2024-10-29)


### Dependencies

* dependabot dependency updates 🌲 ([adedfea](https://github.com/agrc/electrofishing/commit/adedfea9abdb610315d98f839436dcefa2962b42))

## [2.4.4](https://github.com/agrc/electrofishing/compare/v2.4.3...v2.4.4) (2024-10-03)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electrofishing",
"version": "2.4.4",
"version": "2.4.5",
"scripts": {
"build:stage": "export VITE_BUILD=stage && npm run build:sw && vite build",
"build:sw": "esbuild src/ServiceWorker.js --bundle --outfile=public/ServiceWorker.js --define:process.env.VITE_FIREBASE_CONFIG=$(npx dotenv -p VITE_FIREBASE_CONFIG)",
Expand Down
2 changes: 1 addition & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ const config = {

// version: String
// The app version number.
version: '2.4.4', // x-release-please-version
version: '2.4.5', // x-release-please-version

// coordTypes: {key:String}
// Coordinate types as used in app/SettingsDialog
Expand Down

0 comments on commit 3434842

Please sign in to comment.