From 83fde44b726bb7b08a0b3818f94f711de998be24 Mon Sep 17 00:00:00 2001 From: Robert Herber Date: Mon, 17 Jun 2024 19:29:55 +0200 Subject: [PATCH] chore: release 8.0.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a1989d..8d32783 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [8.0.1](https://github.com/kingstinct/react-native-healthkit/compare/v8.0.0...v8.0.1) (2024-06-17) + + +### Bug Fixes + +* building with xcode <16 ([3a2bf22](https://github.com/kingstinct/react-native-healthkit/commit/3a2bf22df13bf2383150d9c2e996871922e6e57e)) + # [8.0.0](https://github.com/kingstinct/react-native-healthkit/compare/v7.3.2...v8.0.0) (2024-06-13) ### Features diff --git a/package.json b/package.json index 6af4288..738eb3d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kingstinct/react-native-healthkit", - "version": "8.0.0", + "version": "8.0.1", "description": "React Native bindings for HealthKit", "main": "lib/commonjs/index", "module": "lib/module/index",