Release 0.1.0 (#799)
Test plan: I ran `yarn test --full`. I also regenerated data from scratch and manually tested the cred explorer.
This commit is contained in:
parent
bf35bbbbda
commit
508fbc5d72
|
@ -1,6 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
<!-- Please add new entries to the _top_ of this section. -->
|
||||||
|
|
||||||
|
## [0.1.0]
|
||||||
- Organize weight config by plugin (#773)
|
- Organize weight config by plugin (#773)
|
||||||
- Configure edge forward/backward weights separately (#749)
|
- Configure edge forward/backward weights separately (#749)
|
||||||
- Combine "load graph" and "run pagerank" into one button (#759)
|
- Combine "load graph" and "run pagerank" into one button (#759)
|
||||||
|
@ -19,5 +22,4 @@
|
||||||
the root of a domain (#643)
|
the root of a domain (#643)
|
||||||
- Aggregate over connection types in the cred explorer (#502)
|
- Aggregate over connection types in the cred explorer (#502)
|
||||||
- Start tracking changes in `CHANGELOG.md`
|
- Start tracking changes in `CHANGELOG.md`
|
||||||
<!-- Please add new entries to the _top_ of this section. -->
|
|
||||||
|
|
||||||
|
|
|
@ -58,7 +58,7 @@ const environment = parseEnvironment(process.env.NODE_ENV);
|
||||||
|
|
||||||
export const VERSION_INFO: VersionInfo = Object.freeze({
|
export const VERSION_INFO: VersionInfo = Object.freeze({
|
||||||
major: 0,
|
major: 0,
|
||||||
minor: 0,
|
minor: 1,
|
||||||
patch: 0,
|
patch: 0,
|
||||||
gitState,
|
gitState,
|
||||||
environment,
|
environment,
|
||||||
|
|
Loading…
Reference in New Issue