Skip to content

Commit 9534cf4

Browse files
committed
bumps version
1 parent 70fe14f commit 9534cf4

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [unreleased]
99

10+
## [16.0.3] - 2023-03-13
1011
### Changes
1112

1213
- Adding refresh tokens to refresh calls even if access token isn't present to make manual testing easier.

bundle/bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/build/version.d.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/build/version.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/ts/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
* License for the specific language governing permissions and limitations
1313
* under the License.
1414
*/
15-
export const package_version = "16.0.2";
15+
export const package_version = "16.0.3";
1616

1717
export const supported_fdi = ["1.16"];

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "supertokens-website",
3-
"version": "16.0.2",
3+
"version": "16.0.3",
44
"description": "frontend sdk for website to be used for auth solution.",
55
"main": "index.js",
66
"dependencies": {
@@ -32,8 +32,7 @@
3232
"webpack": "^5.74.0",
3333
"webpack-cli": "^4.10.0",
3434
"webpack-dev-server": "^4.9.3"
35-
},
36-
35+
},
3736
"scripts": {
3837
"check-circular-dependencies": "npx madge --circular --extensions js ./lib/build/",
3938
"test": "TEST_MODE=testing npx mocha --timeout 500000",
@@ -77,4 +76,4 @@
7776
"url": "https://github.com/supertokens/supertokens-website/issues"
7877
},
7978
"homepage": "https://github.com/supertokens/supertokens-website#readme"
80-
}
79+
}

0 commit comments

Comments
 (0)