From f750fd399d09625c50fad985cb920fc9284b60a5 Mon Sep 17 00:00:00 2001 From: Liam Cardenas Date: Sat, 30 Dec 2017 14:24:36 -0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.19.3rc2=20=E2=86=92=200.19.?= =?UTF-8?q?3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CHANGELOG.md | 23 +++++++++++++++++++---- package.json | 2 +- 3 files changed, 21 insertions(+), 6 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 470c3a57f..0e0eb1a42 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.19.3rc2 +current_version = 0.19.3 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)((?P[a-z]+)(?P\d+))? diff --git a/CHANGELOG.md b/CHANGELOG.md index d2c2c512b..5909b74bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,12 +12,11 @@ Web UI version numbers should always match the corresponding version of LBRY App * ### Changed - * Improved internal code structuring by adding linting integration -- developers only (#891) - * Improved developer documentation (#910) + * * ### Fixed - * Added snackbar text in place where it was coming up blank (#902) + * * ### Deprecated @@ -25,8 +24,24 @@ Web UI version numbers should always match the corresponding version of LBRY App * ### Removed - * Removed email verification reward (#914) * + * + +## [0.19.3] - 2017-12-30 + +### Changed + * Improved internal code structuring by adding linting integration -- developers only (#891) + * Improved developer documentation (#910) + + +### Removed + * Removed email verification reward (#914) + + +### Fixed + * Added snackbar text in place where it was coming up blank (#902) + + ## [0.19.2] - 2017-12-22 diff --git a/package.json b/package.json index 187a36f54..5926ef727 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "LBRY", - "version": "0.19.3rc2", + "version": "0.19.3", "description": "A browser for the LBRY network, a digital marketplace controlled by its users.", "homepage": "https://lbry.io/", "bugs": {