diff --git a/.github/release-please.manifest.json b/.github/release-please.manifest.json index 53b7bc9c..d719a722 100644 --- a/.github/release-please.manifest.json +++ b/.github/release-please.manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.2" + ".": "1.1.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b3df32b1..209497ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.3](https://github.com/p3ol/react-native-access/compare/v1.1.2...v1.1.3) (2026-02-18) + + +### Bug Fixes + +* **ios:** prevent dev framework from being included in npm archive ([27dcbea](https://github.com/p3ol/react-native-access/commit/27dcbea196942559f89b7ea3ef208e4a31b6a4f5)) + ## [1.1.2](https://github.com/p3ol/react-native-access/compare/v1.1.1...v1.1.2) (2026-02-17) diff --git a/package.json b/package.json index 8be42f46..78438dde 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@poool/react-native-access", - "version": "1.1.2", + "version": "1.1.3", "description": "Poool Access, but for React Native", "main": "./lib/module/index.js", "types": "./lib/typescript/src/index.d.ts",