Skip to content

Commit 40a09c9

Browse files
Merge branch 'master' into temciuc--not-store-the-challenge-in-helper
2 parents 5523100 + 1e86fea commit 40a09c9

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## [v0.3.0](https://github.com/cedarcode/devise-webauthn/compare/v0.2.2...v0.3.0/) - 2026-01-16
6+
57
### Added
68

79
- WebAuthn JavaScript is now bundled as engine assets using custom HTML elements (`<webauthn-create>`, `<webauthn-get>`) instead of generating a Stimulus controller into the host application. [#84](https://github.com/cedarcode/devise-webauthn/pull/84) [@santiagorodriguez96]

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
devise-webauthn (0.2.2)
4+
devise-webauthn (0.3.0)
55
devise (>= 4.9)
66
webauthn (~> 3.0)
77

lib/devise/webauthn/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Devise
44
module Webauthn
5-
VERSION = "0.2.2"
5+
VERSION = "0.3.0"
66
end
77
end

0 commit comments

Comments
 (0)