Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Commit

Permalink
Release v0.4.5 (#211)
Browse files Browse the repository at this point in the history
* Release 0.4.5

* Tweak install command

* Fix install command

* Fix install command indentation

* Remove another sudo
  • Loading branch information
Steve Hobbs authored May 20, 2022
1 parent 60efd2e commit 3a6658e
Show file tree
Hide file tree
Showing 10 changed files with 16,338 additions and 704 deletions.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@ jobs:
LANG: en_US.UTF-8
steps:
- checkout
- run:
command: |
node -v
npm -v
- run:
name: Update Yarn
command: 'sudo npm install -g npm@latest && sudo npm install -g --force yarn@latest'
command: npm install -g npm@latest && npm install -g --force yarn@latest
- restore-cache:
name: Restore Yarn Package Cache
keys:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [v0.4.5](https://github.com/auth0/auth0-cordova/tree/v0.4.5) (2022-05-20)

**Dependencies**

Various dependency updates as reported by Snky, please see [this commit diff](https://github.com/auth0/auth0-cordova/compare/v0.4.4...master) for the full list.

## [v0.4.4](https://github.com/auth0/auth0-cordova/tree/v0.4.4) (2021-08-27)

**Dependencies**
Expand Down
2 changes: 1 addition & 1 deletion docs/CordovaAuth.html
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ <h5>Parameters:</h5>
<br class="clear">

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri Aug 27 2021 12:07:36 GMT+0100 (British Summer Time) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri May 20 2022 10:59:09 GMT+0100 (British Summer Time) using the Minami theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/global.html
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,7 @@ <h5>Parameters:</h5>
<br class="clear">

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri Aug 27 2021 12:07:36 GMT+0100 (British Summer Time) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri May 20 2022 10:59:09 GMT+0100 (British Summer Time) using the Minami theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ <h2>License</h2>
<br class="clear">

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri Aug 27 2021 12:07:36 GMT+0100 (British Summer Time) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri May 20 2022 10:59:09 GMT+0100 (British Summer Time) using the Minami theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ <h1 class="page-title">index.js</h1>
<br class="clear">

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri Aug 27 2021 12:07:36 GMT+0100 (British Summer Time) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri May 20 2022 10:59:09 GMT+0100 (British Summer Time) using the Minami theme.
</footer>

<script>prettyPrint();</script>
Expand Down
Loading

0 comments on commit 3a6658e

Please sign in to comment.