Skip to content

Commit

Permalink
chore(release): 1.19.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.19.3](v1.19.2...v1.19.3) (2021-04-13)

### Bug Fixes

* **deps:** npm audit localhost ([384bf14](384bf14))
  • Loading branch information
semantic-release-bot committed Apr 13, 2021
1 parent ea214f7 commit 3f89e90
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.19.3](https://github.com/MrSwitch/hello.js/compare/v1.19.2...v1.19.3) (2021-04-13)


### Bug Fixes

* **deps:** npm audit localhost ([384bf14](https://github.com/MrSwitch/hello.js/commit/384bf14b87b36028ed1876f9092bde1352ebaa89))

## [1.19.2](https://github.com/MrSwitch/hello.js/compare/v1.19.1...v1.19.2) (2021-03-20)


Expand Down
2 changes: 1 addition & 1 deletion dist/hello.all.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! hellojs v1.19.2 - (c) 2012-2021 Andrew Dodson - MIT https://adodson.com/hello.js/LICENSE */
/*! hellojs v1.19.3 - (c) 2012-2021 Andrew Dodson - MIT https://adodson.com/hello.js/LICENSE */
// ES5 Object.create
if (!Object.create) {

Expand Down
2 changes: 1 addition & 1 deletion dist/hello.all.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/hello.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! hellojs v1.19.2 - (c) 2012-2021 Andrew Dodson - MIT https://adodson.com/hello.js/LICENSE */
/*! hellojs v1.19.3 - (c) 2012-2021 Andrew Dodson - MIT https://adodson.com/hello.js/LICENSE */
// ES5 Object.create
if (!Object.create) {

Expand Down
2 changes: 1 addition & 1 deletion dist/hello.min.js

Large diffs are not rendered by default.

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.19.2",
"version": "1.19.3",
"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 3f89e90

Please sign in to comment.