Release version 0.4.0 (#1271)

Test plan: `yarn test --full`
This commit is contained in:
Dandelion Mané 2019-08-07 20:12:11 +02:00 committed by GitHub
parent fae015496c
commit c62ddccfec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

View File

@ -2,7 +2,10 @@
## [Unreleased]
<!-- Please add new entries to the _top_ of this section. -->
<!-- Please add new entries just beneath this line. -->
## [0.4.0]
- Enable viewing cred over time for GitHub repos (#1268)
- Remove unused CLI commands (`pagerank` and `analyze`) (#1254)
- Track cred on the project level, not the repo level (#1233)

View File

@ -1,6 +1,6 @@
{
"name": "sourcecred",
"version": "0.3.0",
"version": "0.4.0",
"private": true,
"dependencies": {
"aphrodite": "^2.1.0",

View File

@ -60,7 +60,7 @@ const environment = parseEnvironment(process.env.NODE_ENV);
export const VERSION_INFO: VersionInfo = deepFreeze({
major: 0,
minor: 3,
minor: 4,
patch: 0,
gitState,
environment,