Skip to content

Commit

Permalink
updates version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhpoddar committed Sep 14, 2022
1 parent 8c7d36a commit 394b037
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 15 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [0.2.0] - 2022-09-14

### Added

- Session claims related types/classes and the `validateClaims` & `getClaimValue` functions
Expand Down
2 changes: 1 addition & 1 deletion bundle/emailpassword.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bundle/emailverification.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bundle/passwordless.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bundle/thirdparty.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bundle/thirdpartyemailpassword.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bundle/thirdpartypasswordless.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/build/version.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/build/version.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1.6";
export const package_version = "0.2.0";

export const supported_fdi = ["1.15"];
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "supertokens-web-js",
"version": "0.1.6",
"version": "0.2.0",
"description": "SuperTokens SDK for vanilla JS for all recipes",
"main": "./index.js",
"scripts": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"homepage": "https://github.com/supertokens/supertokens-web-js#readme",
"dependencies": {
"supertokens-js-override": "0.0.4",
"supertokens-website": "github:supertokens/supertokens-website#session_claims_base"
"supertokens-website": "github:supertokens/supertokens-website#13.1"
},
"devDependencies": {
"@babel/core": "^7.17.8",
Expand Down

0 comments on commit 394b037

Please sign in to comment.