Skip to content

Commit

Permalink
Merge pull request #258 from KPMP/develop
Browse files Browse the repository at this point in the history
Releas v2.4
  • Loading branch information
rlreamy authored Jul 2, 2024
2 parents 6a2e66c + 635fdb5 commit bd36854
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

## Release 2.4 [unreleased]
Brief summary of what's in this release:
- introduction of this changelog
- update the version in the package.json

### 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.
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.3.1",
"version": "2.4.0",
"private": true,
"homepage": "/spatial-viewer",
"baseURL": "/spatial-viewer",
Expand Down

0 comments on commit bd36854

Please sign in to comment.