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:
Dandelion Mané 2018-09-06 19:06:16 -07:00 committed by GitHub
parent bf35bbbbda
commit 508fbc5d72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,9 @@
# Changelog
## [Unreleased]
<!-- Please add new entries to the _top_ of this section. -->
## [0.1.0]
- Organize weight config by plugin (#773)
- Configure edge forward/backward weights separately (#749)
- Combine "load graph" and "run pagerank" into one button (#759)
@ -19,5 +22,4 @@
the root of a domain (#643)
- Aggregate over connection types in the cred explorer (#502)
- Start tracking changes in `CHANGELOG.md`
<!-- Please add new entries to the _top_ of this section. -->

View File

@ -58,7 +58,7 @@ const environment = parseEnvironment(process.env.NODE_ENV);
export const VERSION_INFO: VersionInfo = Object.freeze({
major: 0,
minor: 0,
minor: 1,
patch: 0,
gitState,
environment,