Skip to content

Commit b1934f4

Browse files
committed
chore: release v2.0.0
1 parent 5e6b880 commit b1934f4

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,20 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [2.0.0](https://github.com/kinde-oss/kinde-sveltekit-sdk/compare/1.3.0...2.0.0)
8+
9+
- Fix/new svelt port 4 5 [`#41`](https://github.com/kinde-oss/kinde-sveltekit-sdk/pull/41)
10+
- chore(deps-dev): bump braces from 3.0.2 to 3.0.3 [`#38`](https://github.com/kinde-oss/kinde-sveltekit-sdk/pull/38)
11+
- Chore/prettier [`#35`](https://github.com/kinde-oss/kinde-sveltekit-sdk/pull/35)
12+
- ci: add codecov action [`#28`](https://github.com/kinde-oss/kinde-sveltekit-sdk/pull/28)
13+
- chore: update lockfile [`44c9e13`](https://github.com/kinde-oss/kinde-sveltekit-sdk/commit/44c9e1305f575836f20c720f3b83cadf63e39019)
14+
- chore: run prettier [`f935c2e`](https://github.com/kinde-oss/kinde-sveltekit-sdk/commit/f935c2e22015cd091eed6b776b964c9c30b15b92)
15+
- deps: update prettier and update config [`42b0454`](https://github.com/kinde-oss/kinde-sveltekit-sdk/commit/42b045485409f1487b367b531013330967e68415)
16+
717
#### [1.3.0](https://github.com/kinde-oss/kinde-sveltekit-sdk/compare/1.2.4...1.3.0)
818

19+
> 20 March 2024
20+
921
- chore: lint fixes [`#27`](https://github.com/kinde-oss/kinde-sveltekit-sdk/pull/27)
1022
- ci: add PR workflow, remove unused workflow [`#26`](https://github.com/kinde-oss/kinde-sveltekit-sdk/pull/26)
1123
- chore: prettier [`#25`](https://github.com/kinde-oss/kinde-sveltekit-sdk/pull/25)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kinde-oss/kinde-auth-sveltekit",
3-
"version": "1.3.0",
3+
"version": "2.0.0",
44
"description": "Kinde SvelteKit SDK",
55
"scripts": {
66
"dev": "vite dev",

0 commit comments

Comments
 (0)