Skip to content

Commit

Permalink
chore: release v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRivers committed Jan 16, 2025
1 parent b9b4063 commit 7cbb305
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 3 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,35 @@
# Changelog


## 0.2.1...main

[compare changes](https://github.com/kinde-oss/infrastructure/compare/0.2.1...main)

### 🚀 Enhancements

- Add support for `onExistingPasswordProvided` workflow event ([3e5c203](https://github.com/kinde-oss/infrastructure/commit/3e5c203))
- Add Url suffix to favIcon helpers ([6fa2dbe](https://github.com/kinde-oss/infrastructure/commit/6fa2dbe))
- Add `new_password_provided` ([df220ad](https://github.com/kinde-oss/infrastructure/commit/df220ad))

### 🩹 Fixes

- Correct typo and secureFetch request ([a907191](https://github.com/kinde-oss/infrastructure/commit/a907191))
- Improve radius regex ([639a5c9](https://github.com/kinde-oss/infrastructure/commit/639a5c9))

### 📖 Documentation

- Update readme ([a27650e](https://github.com/kinde-oss/infrastructure/commit/a27650e))

### 🏡 Chore

- OrgCode optional for functions wrapping getAssetUrl ([0033893](https://github.com/kinde-oss/infrastructure/commit/0033893))
- Lint ([b7cc52f](https://github.com/kinde-oss/infrastructure/commit/b7cc52f))

### ❤️ Contributors

- Daniel Rivers ([@DanielRivers](http://github.com/DanielRivers))
- Peter Phanouvong ([@peterphanouvong](http://github.com/peterphanouvong))

## 0.2.0...main

[compare changes](https://github.com/kinde-oss/infrastructure/compare/0.2.0...main)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kinde/infrastructure",
"version": "0.2.1",
"version": "0.2.2",
"private": false,
"type": "module",
"module": "dist/infrastructure.js",
Expand Down

0 comments on commit 7cbb305

Please sign in to comment.