Skip to content

Commit

Permalink
🔖 Bump version to v0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Jan 25, 2024
1 parent ca3c0fe commit 051b7e1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.26.0] - 2024-01-26

### Breaking

- Rename current Liker Land App login method from Liker ID to Liker Land APP

### Added

- Add Authcore login support as Liker ID login
- Add redirect handler for method requiring redirection

### Changed

- Support storing method specific params in session

## [0.25.3] - 2023-11-14

### Changed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.26.0-beta.7",
"version": "0.26.0",
"license": "GPL-3.0-or-later",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit 051b7e1

Please sign in to comment.