Skip to content

Commit

Permalink
chore(release): 1.19.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.19.0](v1.18.8...v1.19.0) (2021-03-20)

### Bug Fixes

* **global:** remove global variable ([2c378fe](2c378fe))

### Features

* **build:** build dist from bash ([29ee7a4](29ee7a4))

### Performance Improvements

* remove redundant files from published npm package ([816cbb3](816cbb3))
  • Loading branch information
semantic-release-bot committed Mar 20, 2021
1 parent dd17f3e commit fc48db6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit fc48db6

Please sign in to comment.