From 3acd3110a014e31f6d13f8d327b21b1a28985574 Mon Sep 17 00:00:00 2001 From: "p3ol-release-manager[bot]" <257774587+p3ol-release-manager[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 12:03:34 +0000 Subject: [PATCH] chore(release): 1.2.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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",