Skip to content

Commit

Permalink
Merge pull request #259 from KPMP/KPMP-5427_ReleaseActivities
Browse files Browse the repository at this point in the history
Update package.json
  • Loading branch information
rlreamy authored Jul 10, 2024
2 parents 635fdb5 + 22ce4bd commit 98609ce
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# Changelog

## Release 2.4 [unreleased]
## Release 2.5 (unreleased)
Brief summary of what's in this release:

### Breaking changes
Breaking changes include any database updates needed, if we need to edit any files on system (like .env or certs, etc). Things that are outside of the code itself that need changed for the system to work.

### Non-breaking changes
Just a place to keep track of things that have changed in the code that we may want to pay special attention to when smoke testing, etc.



----

## Release 2.4 (released 07/08/2024)
Brief summary of what's in this release:
- introduction of this changelog
- update the version in the package.json
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": "hubble-web",
"version": "2.4.0",
"version": "2.5.0",
"private": true,
"homepage": "/spatial-viewer",
"baseURL": "/spatial-viewer",
Expand Down

0 comments on commit 98609ce

Please sign in to comment.