Skip to content

Commit

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

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

- 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)

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

> 24 April 2024
- fix: remove use of constant for endpoint [`#4`](https://github.com/kinde-oss/kinde-management-sdk-js/pull/4)
- chore: release v0.3.1 [`359c43a`](https://github.com/kinde-oss/kinde-management-sdk-js/commit/359c43abdfc6cad875a5b8dd2556135678e2a14d)
- chore: lint [`0b6e467`](https://github.com/kinde-oss/kinde-management-sdk-js/commit/0b6e467d03056907f479c9e835ec4d85c18f7092)

#### [0.3.0](https://github.com/kinde-oss/kinde-management-sdk-js/compare/0.2.1...0.3.0)
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.3.1";
export const LIB_VERSION = "0.4.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.3.1",
"version": "0.4.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 dfd5215

Please sign in to comment.