From 320fc9bbf6e44542c6cef00e0413d60058e3c913 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yannis=20Pag=C3=A8s?= Date: Thu, 18 Dec 2025 09:31:07 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20release:=20v4.1.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/release-please.manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/release-please.manifest.json b/.github/release-please.manifest.json index e4edaacf..53a81d63 100644 --- a/.github/release-please.manifest.json +++ b/.github/release-please.manifest.json @@ -1,3 +1,3 @@ { - ".": "4.1.5" + ".": "4.1.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1610d1bd..9494ee0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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.6](https://github.com/p3ol/react-access/compare/v4.1.5...v4.1.6) (2025-12-18) + + +### Bug Fixes + +* move to esm by default ([4655a35](https://github.com/p3ol/react-access/commit/4655a3544ab70303dc08e37aac95395d72cc22bd)) +* upgrade various deps ([e9ec6e1](https://github.com/p3ol/react-access/commit/e9ec6e1370dd1c36f73699e19c8673dfbc7f5399)) +* upgrade various deps ([87364c0](https://github.com/p3ol/react-access/commit/87364c0f5fc3221ffb5bc1fa2a1c458eeaaac771)) + ## [4.1.5](https://github.com/p3ol/react-access/compare/v4.1.4...v4.1.5) (2025-08-05) diff --git a/package.json b/package.json index 5e8865e4..92377fe7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@poool/react-access", - "version": "4.1.5", + "version": "4.1.6", "description": "The easiest way to add Poool Access to your React app ✨", "type": "module", "repository": {