mirror of
https://github.com/status-im/sourcecred.git
synced 2025-02-17 06:56:36 +00:00
Change version to 0.3.0
This commit is contained in:
parent
4ba9fe3a8c
commit
8e0bbcf597
@ -2,8 +2,13 @@
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
<!-- Please add new entries to the _top_ of this section. -->
|
||||||
|
|
||||||
|
## [0.3.0]
|
||||||
|
|
||||||
- Display Timeline Cred in the UI (#1216)
|
- Display Timeline Cred in the UI (#1216)
|
||||||
- Calculate Timeline Cred, and save it on `sourcecred load` (#1212)
|
- Calculate Timeline Cred, and save it on `sourcecred load` (#1212)
|
||||||
|
- Temporarily disable the Git plugin (#1210)
|
||||||
- Officially support node 10 and node 12 (#1205)
|
- Officially support node 10 and node 12 (#1205)
|
||||||
- Fail quicker and with information when using invalid GH token (#1161)
|
- Fail quicker and with information when using invalid GH token (#1161)
|
||||||
- Allow the user to save or upload weight settings (#1150)
|
- Allow the user to save or upload weight settings (#1150)
|
||||||
@ -16,7 +21,6 @@
|
|||||||
- Enable setting type weights to 0 in the UI (#1005)
|
- Enable setting type weights to 0 in the UI (#1005)
|
||||||
- Add support for 🚀 and 👀 reaction types (#1068)
|
- Add support for 🚀 and 👀 reaction types (#1068)
|
||||||
- Create one page per project, rather than having a selector (#988)
|
- Create one page per project, rather than having a selector (#988)
|
||||||
<!-- Please add new entries to the _top_ of this section. -->
|
|
||||||
|
|
||||||
## [0.2.0]
|
## [0.2.0]
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "sourcecred",
|
"name": "sourcecred",
|
||||||
"version": "0.1.0",
|
"version": "0.3.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"aphrodite": "^2.1.0",
|
"aphrodite": "^2.1.0",
|
||||||
|
@ -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: 2,
|
minor: 3,
|
||||||
patch: 0,
|
patch: 0,
|
||||||
gitState,
|
gitState,
|
||||||
environment,
|
environment,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user