Skip to content

Commit

Permalink
chore: update the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus committed Dec 12, 2024
1 parent d3dd6d7 commit 159f72b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
5 changes: 1 addition & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [0.0.56] - 2024-12-03
## [0.0.55] - 2024-12-12

- Adds a Vite-based React implementation. To be used as reference implementation for front-end options.
- Adds support for `multifactorauth` in Python backends.

## [0.0.55] - 2024-10-17

- Adds Koa as a backend option.

## [0.0.54] - 2024-10-13
Expand Down
2 changes: 1 addition & 1 deletion lib/build/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const package_version = "0.0.56";
export const package_version = "0.0.55";
2 changes: 1 addition & 1 deletion lib/ts/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const package_version = "0.0.56";
export const package_version = "0.0.55";
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-supertokens-app",
"type": "module",
"version": "0.0.56",
"version": "0.0.55",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 159f72b

Please sign in to comment.