From 8e0bbcf597f9ff854c8eda465b7b49a8bb7f8e90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dandelion=20Man=C3=A9?= Date: Thu, 11 Jul 2019 16:09:51 +0100 Subject: [PATCH] Change version to 0.3.0 --- CHANGELOG.md | 6 +++++- package.json | 2 +- src/core/version.js | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9afa1c..a195cd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,13 @@ ## [Unreleased] + + +## [0.3.0] + - Display Timeline Cred in the UI (#1216) - Calculate Timeline Cred, and save it on `sourcecred load` (#1212) +- Temporarily disable the Git plugin (#1210) - Officially support node 10 and node 12 (#1205) - Fail quicker and with information when using invalid GH token (#1161) - Allow the user to save or upload weight settings (#1150) @@ -16,7 +21,6 @@ - Enable setting type weights to 0 in the UI (#1005) - Add support for 🚀 and 👀 reaction types (#1068) - Create one page per project, rather than having a selector (#988) - ## [0.2.0] diff --git a/package.json b/package.json index 96e8e4a..6facb8c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sourcecred", - "version": "0.1.0", + "version": "0.3.0", "private": true, "dependencies": { "aphrodite": "^2.1.0", diff --git a/src/core/version.js b/src/core/version.js index 62e917a..6bef850 100644 --- a/src/core/version.js +++ b/src/core/version.js @@ -58,7 +58,7 @@ const environment = parseEnvironment(process.env.NODE_ENV); export const VERSION_INFO: VersionInfo = Object.freeze({ major: 0, - minor: 2, + minor: 3, patch: 0, gitState, environment,