Skip to content

Commit

Permalink
chore: release v2.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRivers committed Oct 3, 2024
1 parent f04f843 commit 4b83d80
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d

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

#### [v2.3.10](https://github.com/kinde-oss/kinde-auth-nextjs/compare/v2.3.9...v2.3.10)

- fix/remove-dormant-tokens [`#216`](https://github.com/kinde-oss/kinde-auth-nextjs/pull/216)

#### [v2.3.9](https://github.com/kinde-oss/kinde-auth-nextjs/compare/v2.3.8...v2.3.9)

> 3 October 2024
- fix/remove-api-token-from-cookies [`#215`](https://github.com/kinde-oss/kinde-auth-nextjs/pull/215)
- chore(deps): bump next from 14.1.4 to 14.2.12 [`#210`](https://github.com/kinde-oss/kinde-auth-nextjs/pull/210)
- chore: release v2.3.9 [`e946305`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/e9463050d52afc217ecd2a060ce4f9c9d11aed39)

#### [v2.3.8](https://github.com/kinde-oss/kinde-auth-nextjs/compare/v2.3.7...v2.3.8)

Expand Down Expand Up @@ -724,14 +731,21 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- version [`c210901`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/c21090144b6daad90edbe5138d1dcd0f64900459)

#### [v2.0.0-alpha.0](https://github.com/kinde-oss/kinde-auth-nextjs/compare/v1.10.1...v2.0.0-alpha.0)
#### [v2.0.0-alpha.0](https://github.com/kinde-oss/kinde-auth-nextjs/compare/v1.10.2...v2.0.0-alpha.0)

> 12 October 2023
- types and api [`9a9b9e0`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/9a9b9e01cef0f9ff7970255ed0990cdef12262f8)
- handlers [`d768cbf`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/d768cbf214a7ead75730f1444578e35d45f00e75)
- session functions [`186b0ff`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/186b0ff9ac539573c0a1f9ae13ef40fa1594444f)

#### [v1.10.2](https://github.com/kinde-oss/kinde-auth-nextjs/compare/v1.10.1...v1.10.2)

> 3 October 2024
- chore: release v1.10.2 [`f15d83e`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/f15d83e9c6c394323212d7d6555eb41b1bd373d5)
- fix(v1): remove api token from cookies [`12a9663`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/12a966377b6f40efbf9ad525068131b1cd5eee89)

#### [v1.10.1](https://github.com/kinde-oss/kinde-auth-nextjs/compare/v1.10.0...v1.10.1)

> 24 June 2024
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kinde-oss/kinde-auth-nextjs",
"version": "2.3.9",
"version": "2.3.10",
"description": "Kinde Auth SDK for NextJS",
"main": "dist/cjs/index.js",
"module": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/utils/version.js

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

0 comments on commit 4b83d80

Please sign in to comment.