Skip to content

Commit

Permalink
chore(main): release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NoopDog committed Nov 19, 2024
1 parent 70b0949 commit a26177e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

## [0.1.0](https://github.com/human-pangenomics/hprc-data-explorer/compare/v0.0.0...v0.1.0) (2024-11-19)


### 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))
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": "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",
Expand Down

0 comments on commit a26177e

Please sign in to comment.