From 68f7a1c89bccbb2ca2176237901770e750941a7f Mon Sep 17 00:00:00 2001 From: Jason Dreyzehner Date: Tue, 20 Aug 2019 15:27:59 -0400 Subject: [PATCH] chore(release): 1.5.3 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 338873da..039cc985 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.5.3](https://github.com/bitjson/bitcoin-ts/compare/v1.5.2...v1.5.3) (2019-08-20) + + +### Bug Fixes + +* **module:** include parsimmon in module build ([eab7b87](https://github.com/bitjson/bitcoin-ts/commit/eab7b87)) + + + ### [1.5.2](https://github.com/bitjson/bitcoin-ts/compare/v1.5.1...v1.5.2) (2019-08-20) diff --git a/package.json b/package.json index 5629fbe5..e861ae0c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bitcoin-ts", - "version": "1.5.2", + "version": "1.5.3", "description": "a typescript bitcoin library", "main": "build/main/index.js", "typings": "build/main/index.d.ts",