Skip to content

Commit

Permalink
📖 DOC: UPDATED
Browse files Browse the repository at this point in the history
  • Loading branch information
souvik666 committed Mar 7, 2024
1 parent 2fe9b89 commit 2304ed5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [0.9.2] - 2024-03-07

- Added support to pass password reset token while calling the submitNewPassword function




## [0.9.1] - 2024-02-07

### Changes
Expand Down Expand Up @@ -357,3 +364,5 @@ SuperTokens.init({
## [0.0.1] - 2022-06-02

- Initial Release


2 changes: 1 addition & 1 deletion lib/ts/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
* License for the specific language governing permissions and limitations
* under the License.
*/
export const package_version = "0.9.1";
export const package_version = "0.9.2";

export const supported_fdi = ["1.17", "1.18"];
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "supertokens-web-js",
"version": "0.9.1",
"version": "0.9.2",
"description": "SuperTokens SDK for vanilla JS for all recipes",
"main": "./index.js",
"scripts": {
Expand Down

0 comments on commit 2304ed5

Please sign in to comment.