From c711f9482b6f84c9d64f183d41c1db7a4c2b6206 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 20:59:59 +0000 Subject: [PATCH] chore(main): release php 0.1.12 --- .release-please-manifest.json | 2 +- packages/php/CHANGELOG.md | 7 +++++++ packages/php/composer.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8553c5f..2b88fa6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "packages/php": "0.1.11", + "packages/php": "0.1.12", "packages/js": "0.1.5" } diff --git a/packages/php/CHANGELOG.md b/packages/php/CHANGELOG.md index ac62186..bc2c3dc 100644 --- a/packages/php/CHANGELOG.md +++ b/packages/php/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to the `safeaccess/inline` PHP package are documented in this file. +## [0.1.12](https://github.com/felipesauer/safeaccess-inline/compare/php-v0.1.11...php-v0.1.12) (2026-06-08) + + +### Bug Fixes + +* align filter coercion and YAML flow-map parsing across PHP and JS ([#69](https://github.com/felipesauer/safeaccess-inline/issues/69)) ([9aebe64](https://github.com/felipesauer/safeaccess-inline/commit/9aebe645bd5e61adad3852d103def2406ec5365c)) + ## [0.1.11](https://github.com/felipesauer/safeaccess-inline/compare/php-v0.1.10...php-v0.1.11) (2026-06-08) diff --git a/packages/php/composer.json b/packages/php/composer.json index 0aa81df..4050b14 100644 --- a/packages/php/composer.json +++ b/packages/php/composer.json @@ -1,6 +1,6 @@ { "name": "safeaccess/inline", - "version": "0.1.11", + "version": "0.1.12", "description": "Safe nested data access with dot notation for PHP.", "type": "library", "license": "MIT",