Skip to content

Commit

Permalink
chore: release v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRivers committed May 9, 2024
1 parent e117516 commit 2a69523
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,23 @@ 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).

#### [v1.4.0](https://github.com/kinde-oss/kinde-node-express/compare/v1.3.0...v1.4.0)

- fix: prevent creating new session store if one already exists [`#26`](https://github.com/kinde-oss/kinde-node-express/pull/26)
- chore(deps): bump formidable and supertest [`#23`](https://github.com/kinde-oss/kinde-node-express/pull/23)
- [Snyk] Upgrade aws-jwt-verify from 3.2.0 to 3.4.0 [`#14`](https://github.com/kinde-oss/kinde-node-express/pull/14)
- [Snyk] Upgrade @kinde-oss/kinde-typescript-sdk from 2.6.2 to 2.8.0 [`#22`](https://github.com/kinde-oss/kinde-node-express/pull/22)
- [Snyk] Security upgrade express from 4.18.3 to 4.19.2 [`#19`](https://github.com/kinde-oss/kinde-node-express/pull/19)
- chore: prettier [`9a07f0f`](https://github.com/kinde-oss/kinde-node-express/commit/9a07f0ff6828ed4c379bbfe873a3505e844f7ddd)
- chore: changelog [`b6d4348`](https://github.com/kinde-oss/kinde-node-express/commit/b6d4348a459c8996be22c17eb2979f9fd7840116)
- fix: package.json & package-lock.json to reduce vulnerabilities [`b332fd6`](https://github.com/kinde-oss/kinde-node-express/commit/b332fd6feecac71052db49a34be2debfc5ca636f)

#### [v1.3.0](https://github.com/kinde-oss/kinde-node-express/compare/v1.3.0-0...v1.3.0)

> 28 March 2024
- chore: release v1.3.0 [`02dcc99`](https://github.com/kinde-oss/kinde-node-express/commit/02dcc997961546c6eccae4c997c34a76075e3959)

#### [v1.3.0-0](https://github.com/kinde-oss/kinde-node-express/compare/v0.0.1...v1.3.0-0)

> 28 March 2024
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-oss/kinde-node-express",
"version": "1.3.1-0",
"version": "1.4.0",
"description": "Kinde SDK for traditional Node.js Express web apps that run on the server",
"main": "dist-cjs/index.js",
"module": "dist/index.js",
Expand Down

0 comments on commit 2a69523

Please sign in to comment.