Skip to content

Commit 86dbf2d

Browse files
Release v9.23.1 (#1350)
1 parent cef7c7d commit 86dbf2d

26 files changed

+319
-267
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [v9.23.1](https://github.com/auth0/auth0.js/tree/v9.23.1) (2023-10-19)
4+
[Full Changelog](https://github.com/auth0/auth0.js/compare/v9.23.0...v9.23.1)
5+
6+
**Changed**
7+
- [IAMRISK-2817] Update API for Arkose to use a callback based API [\#1349](https://github.com/auth0/auth0.js/pull/1349) ([srijonsaha](https://github.com/srijonsaha))
8+
39
## [v9.23.0](https://github.com/auth0/auth0.js/tree/v9.23.0) (2023-10-06)
410
[Full Changelog](https://github.com/auth0/auth0.js/compare/v9.22.1...v9.23.0)
511

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ From CDN:
2323

2424
```html
2525
<!-- Latest patch release -->
26-
<script src="https://cdn.auth0.com/js/auth0/9.23.0/auth0.min.js"></script>
26+
<script src="https://cdn.auth0.com/js/auth0/9.23.1/auth0.min.js"></script>
2727
```
2828

2929
From [npm](https://npmjs.org):

dist/auth0.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* auth0-js v9.23.0
2+
* auth0-js v9.23.1
33
* Author: Auth0
44
* Date: 2023-10-19
55
* License: MIT
@@ -4897,7 +4897,7 @@
48974897
decode: decode$1
48984898
};
48994899

4900-
var version = { raw: '9.23.0' };
4900+
var version = { raw: '9.23.1' };
49014901

49024902
var toString = Object.prototype.toString;
49034903

dist/auth0.min.esm.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/auth0.min.esm.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/auth0.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/auth0.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cordova-auth0-plugin.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* auth0-js v9.23.0
2+
* auth0-js v9.23.1
33
* Author: Auth0
44
* Date: 2023-10-19
55
* License: MIT
@@ -11,7 +11,7 @@
1111
(global = global || self, global.CordovaAuth0Plugin = factory());
1212
}(this, (function () { 'use strict';
1313

14-
var version = { raw: '9.23.0' };
14+
var version = { raw: '9.23.1' };
1515

1616
var toString = Object.prototype.toString;
1717

dist/cordova-auth0-plugin.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cordova-auth0-plugin.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/Authentication.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4202,7 +4202,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Authentic
42024202
<br class="clear">
42034203

42044204
<footer>
4205-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.11</a> on Fri Oct 06 2023 12:21:08 GMT+0200 (Central European Summer Time)
4205+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.11</a> on Thu Oct 19 2023 16:53:24 GMT+0200 (Central European Summer Time)
42064206
</footer>
42074207

42084208
<script> prettyPrint(); </script>

docs/Management.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1205,7 +1205,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Authentic
12051205
<br class="clear">
12061206

12071207
<footer>
1208-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.11</a> on Fri Oct 06 2023 12:21:08 GMT+0200 (Central European Summer Time)
1208+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.11</a> on Thu Oct 19 2023 16:53:24 GMT+0200 (Central European Summer Time)
12091209
</footer>
12101210

12111211
<script> prettyPrint(); </script>

docs/Popup.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1995,7 +1995,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Authentic
19951995
<br class="clear">
19961996

19971997
<footer>
1998-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.11</a> on Fri Oct 06 2023 12:21:08 GMT+0200 (Central European Summer Time)
1998+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.11</a> on Thu Oct 19 2023 16:53:24 GMT+0200 (Central European Summer Time)
19991999
</footer>
20002000

20012001
<script> prettyPrint(); </script>

docs/Redirect.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Authentic
791791
<br class="clear">
792792

793793
<footer>
794-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.11</a> on Fri Oct 06 2023 12:21:08 GMT+0200 (Central European Summer Time)
794+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.11</a> on Thu Oct 19 2023 16:53:24 GMT+0200 (Central European Summer Time)
795795
</footer>
796796

797797
<script> prettyPrint(); </script>

0 commit comments

Comments
 (0)