From fc48db6a391d51edff669c464fbcac93051651c3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 20 Mar 2021 21:57:09 +0000 Subject: [PATCH] chore(release): 1.19.0 [skip ci] # [1.19.0](https://github.com/MrSwitch/hello.js/compare/v1.18.8...v1.19.0) (2021-03-20) ### Bug Fixes * **global:** remove global variable ([2c378fe](https://github.com/MrSwitch/hello.js/commit/2c378fe680d792b6145ba30dfba1f7b1a01e8993)) ### Features * **build:** build dist from bash ([29ee7a4](https://github.com/MrSwitch/hello.js/commit/29ee7a418dedda2bc8ef82557893102fb2bcc00c)) ### Performance Improvements * remove redundant files from published npm package ([816cbb3](https://github.com/MrSwitch/hello.js/commit/816cbb3c874acee523e662c7c77eff59dd3621b3)) --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..88b5d2fd --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# [1.19.0](https://github.com/MrSwitch/hello.js/compare/v1.18.8...v1.19.0) (2021-03-20) + + +### Bug Fixes + +* **global:** remove global variable ([2c378fe](https://github.com/MrSwitch/hello.js/commit/2c378fe680d792b6145ba30dfba1f7b1a01e8993)) + + +### Features + +* **build:** build dist from bash ([29ee7a4](https://github.com/MrSwitch/hello.js/commit/29ee7a418dedda2bc8ef82557893102fb2bcc00c)) + + +### Performance Improvements + +* remove redundant files from published npm package ([816cbb3](https://github.com/MrSwitch/hello.js/commit/816cbb3c874acee523e662c7c77eff59dd3621b3)) diff --git a/package.json b/package.json index b6afc0f9..6fb316e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hellojs", - "version": "1.18.8", + "version": "1.19.0", "description": "A clientside Javascript library for standardizing requests to OAuth2 web services (and OAuth1 - with a shim)", "homepage": "https://adodson.com/hello.js", "main": "dist/hello.all.js",