init 0.2.1 version
This commit is contained in:
parent
c07eab2e0e
commit
e139b4983a
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,6 +1,14 @@
|
|||||||
# Change log
|
# Change log
|
||||||
|
|
||||||
## Version 0.2 - Statistics (2019/07/07)
|
## Version 0.2.1 (2019/xx/xx)
|
||||||
|
|
||||||
|
#### New Features
|
||||||
|
|
||||||
|
|
||||||
|
#### Bugs Fixed
|
||||||
|
|
||||||
|
|
||||||
|
## Version 0.2.0 - Statistics (2019/07/07)
|
||||||
|
|
||||||
### Issues Closed
|
### Issues Closed
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
import { format, parse } from 'date-fns'
|
import { format, parse } from 'date-fns'
|
||||||
import { DateTime } from 'luxon'
|
import { DateTime } from 'luxon'
|
||||||
|
|
||||||
export const version = '0.2.0-beta' // version stored in 'utils' for now
|
export const version = '0.2.1-beta' // version stored in 'utils' for now
|
||||||
export const apiUrl = `${process.env.REACT_APP_API_URL}/api/`
|
export const apiUrl = `${process.env.REACT_APP_API_URL}/api/`
|
||||||
export const thunderforestApiKey = `${
|
export const thunderforestApiKey = `${
|
||||||
process.env.REACT_APP_THUNDERFOREST_API_KEY
|
process.env.REACT_APP_THUNDERFOREST_API_KEY
|
||||||
|
Loading…
Reference in New Issue
Block a user