Skip to content

Commit

Permalink
chore: release v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ugrc-release-bot[bot] authored and stdavis committed Jul 5, 2024
1 parent b2b052d commit 7e1df87
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 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.1-0"}
{".":"2.4.1"}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [2.4.1](https://github.com/agrc/electrofishing/compare/v2.4.0...v2.4.1) (2024-07-03)


### Dependencies

* bump firebase ([b2b052d](https://github.com/agrc/electrofishing/commit/b2b052d3e3f377af8b9e661554944379c49978bc))
* npm audit fix ([139350f](https://github.com/agrc/electrofishing/commit/139350f86ce685b0d16e874bb6f180dc3c7354df))
* Q1 dependency bumps 🌲 ([2bd7e04](https://github.com/agrc/electrofishing/commit/2bd7e04cf0b5e1459ed5fd6d5269ed8a0f47b452))

## [2.4.1-0](https://github.com/agrc/electrofishing/compare/v2.4.0...v2.4.1-0) (2024-07-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.1-0",
"version": "2.4.1",
"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

0 comments on commit 7e1df87

Please sign in to comment.