Updated CHANGELOGs

This commit is contained in:
Brandon Millman
2018-03-08 10:14:51 -08:00
parent 7440b87596
commit c71b710d7e
7 changed files with 8 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
# CHANGELOG
## v0.33.1 - _TBD, 2018_
## v0.33.1 - _March 8, 2018_
* Add missing EthersJs typescript typings as dependency

View File

@@ -1,6 +1,6 @@
# CHANGELOG
## v0.2.0 - _TBD, 2018_
## v0.2.0 - _March 8, 2018_
* Rename `isHttpUrl` to `isWebUri` (#412)

View File

@@ -1,3 +1,3 @@
# CHANGELOG
## vX.X.X - _TBD, 2018_
## v0.0.1 - _March 8, 2018_

View File

@@ -1,3 +1,3 @@
# CHANGELOG
## vX.X.X - _TBD, 2018_
## v0.0.1 - _March 8, 2018_

View File

@@ -1 +1,3 @@
# CHANGELOG
## v0.0.1 - _March 8, 2018_

View File

@@ -1,6 +1,6 @@
# CHANGELOG
## v0.7.0 - _TBD_
## v0.7.0 - _March 8, 2018_
* Updated legerco packages. Removed node-hid package as a dependency and make it an optional dependency. It is still used in integration tests but is causing problems for users on Linux distros. (#437)

View File

@@ -1,6 +1,6 @@
# CHANGELOG
## v0.3.1 - _TBD_
## v0.3.1 - _March 8, 2018_
* Added `RawLogEntry` type.