From 479fb2a7deaa376bfc7e8c74acf170b4d64a0004 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yannis=20Pag=C3=A8s?= Date: Wed, 18 Feb 2026 11:08:50 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20release:=20v1.1.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/release-please.manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/release-please.manifest.json b/.github/release-please.manifest.json index d719a722..1fb8c242 100644 --- a/.github/release-please.manifest.json +++ b/.github/release-please.manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.3" + ".": "1.1.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 209497ee..bfc3ee1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [1.1.4](https://github.com/p3ol/react-native-access/compare/v1.1.3...v1.1.4) (2026-02-18) + + +### Bug Fixes + +* **android:** missing context in the instance ([d76da43](https://github.com/p3ol/react-native-access/commit/d76da43a82ce84c82c003bfe6d15e31cf5545553)) +* **android:** update sdk version ([f3179be](https://github.com/p3ol/react-native-access/commit/f3179be779ac6fe0d598be0d1551806430cf8052)) + ## [1.1.3](https://github.com/p3ol/react-native-access/compare/v1.1.2...v1.1.3) (2026-02-18) diff --git a/package.json b/package.json index 78438dde..5095dbb9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@poool/react-native-access", - "version": "1.1.3", + "version": "1.1.4", "description": "Poool Access, but for React Native", "main": "./lib/module/index.js", "types": "./lib/typescript/src/index.d.ts",