From 4eb8904eecf9342d7ebeec4504c2fed55eb4be6d Mon Sep 17 00:00:00 2001 From: Daniel Rivers Date: Mon, 5 Aug 2024 17:14:15 +0100 Subject: [PATCH] chore: release v0.1.1 --- CHANGELOG.md | 21 ++++++++------------- package.json | 2 +- 2 files changed, 9 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee73300..0edc2bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,21 +4,16 @@ 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.1.0](https://github.com/kinde-oss/expo/compare/0.1.0-65...0.1.0) - -- feat: Kinde expo SDK [`616c751`](https://github.com/kinde-oss/expo/commit/616c751ee58a5cac10dbfd3195257733657a69b0) - -#### [0.1.0-65](https://github.com/kinde-oss/expo/compare/0.1.0-32...0.1.0-65) +#### [0.1.1](https://github.com/kinde-oss/expo/compare/0.1.0...0.1.1) -> 11 July 2024 +- fix: default scopes [`#2`](https://github.com/kinde-oss/expo/pull/2) +- fix: register loading login flow [`#1`](https://github.com/kinde-oss/expo/pull/1) +- Create LICENSE [`2fe084b`](https://github.com/kinde-oss/expo/commit/2fe084b5faa46e7d9927bec8c70fe7dfbedc73f4) -#### [0.1.0-32](https://github.com/kinde-oss/expo/compare/0.1.0-31...0.1.0-32) - -> 11 July 2024 +#### [0.1.0](https://github.com/kinde-oss/expo/compare/0.1.0-65...0.1.0) -#### 0.1.0-31 +> 2 August 2024 -> 11 July 2024 +- feat: Kinde expo SDK [`616c751`](https://github.com/kinde-oss/expo/commit/616c751ee58a5cac10dbfd3195257733657a69b0) +- chore: release v0.1.0 [`88cf352`](https://github.com/kinde-oss/expo/commit/88cf3522e82125ed8f3b9ff4a50065094e2584ec) -- first commit [`5054985`](https://github.com/kinde-oss/expo/commit/5054985ffcde81e7ee568c612b072e9c3425c8c1) -- getting crypto error on useage of useKindeAuth [`989e57c`](https://github.com/kinde-oss/expo/commit/989e57cd2dfc903d15a30f7937380f2d91041a96) diff --git a/package.json b/package.json index 770f930..bfbab04 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "files": [ "dist" ], - "version": "0.1.0", + "version": "0.1.1", "scripts": { "dev": "vite", "build": "tsc && vite build",