From 880e4a10e2c781cad6fd86229609c42bddcbe279 Mon Sep 17 00:00:00 2001 From: Ugo Stephant Date: Wed, 11 Dec 2024 11:56:57 +0100 Subject: [PATCH] chore(release): 4.1.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e517d3ba..e3c1f956 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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. +## [4.1.0](https://github.com/p3ol/react-access/compare/v4.0.1...v4.1.0) (2024-12-11) + + +### Features + +* react 19 compat ([7a84c7e](https://github.com/p3ol/react-access/commit/7a84c7ee842d31ab71e87b1accda8fd3d2ebaf82)) + + +### Bug Fixes + +* various type issues ([76508e0](https://github.com/p3ol/react-access/commit/76508e0d90587ea0f60205826f910fc638e6b7c3)) + ## [4.0.1](https://github.com/p3ol/react-access/compare/v4.0.0...v4.0.1) (2024-11-26) diff --git a/package.json b/package.json index cd692955..26118ec5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@poool/react-access", - "version": "4.0.1", + "version": "4.1.0", "description": "The easiest way to add Poool Access to your React app ✨", "repository": "https://github.com/p3ol/react-access.git", "author": "Ugo Stephant ",