diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b541ed9..139bf937 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.2.1](https://github.com/p3ol/react-native-access/compare/v1.2.0...v1.2.1) (2026-04-29) + + +### Bug Fixes + +* correctly include codegen generated in release ([d535db8](https://github.com/p3ol/react-native-access/commit/d535db8)) + + ## [1.2.0](https://github.com/p3ol/react-native-access/compare/v1.1.4...v1.2.0) (2026-04-22) diff --git a/package.json b/package.json index d954bf0c..d51bac30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@poool/react-native-access", - "version": "1.2.0", + "version": "1.2.1", "description": "Poool Access, but for React Native", "main": "./lib/module/index.js", "types": "./lib/typescript/src/index.d.ts",