diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..c0cea34 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +## [0.1.0](https://github.com/human-pangenomics/hprc-data-explorer/compare/v0.0.0...v0.1.0) (2024-11-21) + + +### Features + +* add build version info to environment ([#64](https://github.com/human-pangenomics/hprc-data-explorer/issues/64)) ([#65](https://github.com/human-pangenomics/hprc-data-explorer/issues/65)) ([ead8777](https://github.com/human-pangenomics/hprc-data-explorer/commit/ead87779bc52ba9f5628d0832b867c9dea3338c1)) +* automate releases with release-please ([#53](https://github.com/human-pangenomics/hprc-data-explorer/issues/53)) ([#58](https://github.com/human-pangenomics/hprc-data-explorer/issues/58)) ([c55a5d0](https://github.com/human-pangenomics/hprc-data-explorer/commit/c55a5d0b1f62adc2ebe413ebcb53c606263e56da)) + + +### Bug Fixes + +* add changelog to prettier ignore for release-please ([#53](https://github.com/human-pangenomics/hprc-data-explorer/issues/53)) ([#60](https://github.com/human-pangenomics/hprc-data-explorer/issues/60)) ([7e63aad](https://github.com/human-pangenomics/hprc-data-explorer/commit/7e63aad6ac53fc0bdea3ab9674d5ec4fc8676925)) +* append newline before other content in `set-version.sh` ([#82](https://github.com/human-pangenomics/hprc-data-explorer/issues/82)) ([#85](https://github.com/human-pangenomics/hprc-data-explorer/issues/85)) ([82a1b69](https://github.com/human-pangenomics/hprc-data-explorer/commit/82a1b69725253b7db872bc2eebbf8926169a8238)) diff --git a/package-lock.json b/package-lock.json index fc5fb65..e58004c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hprc-data-explorer", - "version": "0.0.0", + "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hprc-data-explorer", - "version": "0.0.0", + "version": "0.1.0", "dependencies": { "@databiosphere/findable-ui": "15.0.0", "@emotion/react": "^11.13.0", diff --git a/package.json b/package.json index 5163a88..c7ff5d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hprc-data-explorer", - "version": "0.0.0", + "version": "0.1.0", "private": true, "scripts": { "dev": "./scripts/dev.sh hprc-data-explorer && ./scripts/set-version.sh dev && next dev",