Skip to content

Commit 9c0e55e

Browse files
committed
chore: release v0.4.1
1 parent 9ccf5d7 commit 9c0e55e

File tree

3 files changed

+31
-3
lines changed

3 files changed

+31
-3
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,34 @@
11
# Changelog
22

33

4+
## 0.4.0...main
5+
6+
[compare changes](https://github.com/kinde-oss/infrastructure/compare/0.4.0...main)
7+
8+
### 🚀 Enhancements
9+
10+
- Add getKindeThemeCode ([372c8a7](https://github.com/kinde-oss/infrastructure/commit/372c8a7))
11+
12+
### 🩹 Fixes
13+
14+
- Kinde.localization optional ([7caf6d8](https://github.com/kinde-oss/infrastructure/commit/7caf6d8))
15+
- OnUserPreMFA workflow event type ([a516027](https://github.com/kinde-oss/infrastructure/commit/a516027))
16+
17+
### 🏡 Chore
18+
19+
- Correct typo ([bafdffc](https://github.com/kinde-oss/infrastructure/commit/bafdffc))
20+
- Lockfile hygiene ([2b55c24](https://github.com/kinde-oss/infrastructure/commit/2b55c24))
21+
- Remove debug console logs ([9662019](https://github.com/kinde-oss/infrastructure/commit/9662019))
22+
- Remove duplicate test ([e01cf1d](https://github.com/kinde-oss/infrastructure/commit/e01cf1d))
23+
24+
### ✅ Tests
25+
26+
- Extend test coverage ([b998717](https://github.com/kinde-oss/infrastructure/commit/b998717))
27+
28+
### ❤️ Contributors
29+
30+
- Daniel Rivers ([@DanielRivers](https://github.com/DanielRivers))
31+
432
## 0.3.1...main
533

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

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kinde/infrastructure",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"private": false,
55
"type": "module",
66
"module": "dist/infrastructure.js",

0 commit comments

Comments
 (0)