Skip to content

Commit

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

#### [0.5.0](https://github.com/kinde-oss/kinde-management-sdk-js/compare/0.4.0...0.5.0)

- feat: add Webhooks API support and add phone identity type [`#9`](https://github.com/kinde-oss/kinde-management-sdk-js/pull/9)
- chore: add script to update spec [`#7`](https://github.com/kinde-oss/kinde-management-sdk-js/pull/7)
- chore: lint [`07eb685`](https://github.com/kinde-oss/kinde-management-sdk-js/commit/07eb68569668752adecdd347f722a4057e582240)

#### [0.4.0](https://github.com/kinde-oss/kinde-management-sdk-js/compare/0.3.1...0.4.0)

> 10 May 2024
- update openapi-ts generator [`#6`](https://github.com/kinde-oss/kinde-management-sdk-js/pull/6)
- feat: update to latest API schema [`f141edf`](https://github.com/kinde-oss/kinde-management-sdk-js/commit/f141edff0d86bf0e85183738219af04f334a173d)
- chore: release v0.4.0 [`dfd5215`](https://github.com/kinde-oss/kinde-management-sdk-js/commit/dfd5215966c26e3f2371b302f7ea43e16c7e9baf)

#### [0.3.1](https://github.com/kinde-oss/kinde-management-sdk-js/compare/0.3.0...0.3.1)

Expand Down
2 changes: 1 addition & 1 deletion lib/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const LIB_VERSION = "0.4.0";
export const LIB_VERSION = "0.5.0";
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"files": [
"dist"
],
"version": "0.4.0",
"version": "0.5.0",
"scripts": {
"dev": "vite",
"prebuild": "node -p \"'export const LIB_VERSION = ' + JSON.stringify(require('./package.json').version) + ';'\" > lib/version.ts",
Expand Down

0 comments on commit f764f75

Please sign in to comment.