Skip to content

Latest commit

 

History

History
38 lines (19 loc) · 1.63 KB

CHANGELOG.md

File metadata and controls

38 lines (19 loc) · 1.63 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.0 (2019-04-19)

Bug Fixes

  • Make the whole login flow work again (ae1d8d2)
  • backend: Fix TS bugs with target es5 (4aad97f)
  • backend: Make database work again (addc6df)
  • frontend: Fix signup mechanism (5d7f3ea)
  • frontend: Fix typo in homepage URL (2b7198d)
  • frontend: Use amaurym.com as homepage (348aca7)

Code Refactoring

Features

  • backend: Transform codebase to typescript (eb8d235)
  • frontend: Convert everything to typescript (7449b15)
  • frontend: Update web3 and use new MM login (5d34a71)

BREAKING CHANGES

  • We use lerna to manage the backend and frontend as two packages

1.0.1 (2019-04-18)