From e858c5a589368827c9fe6d543bfab44ce0989b2f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 03:40:59 +0000 Subject: [PATCH] chore(main): release php 0.1.9 --- .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 ed27049..f514e81 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "packages/php": "0.1.8", + "packages/php": "0.1.9", "packages/js": "0.1.5" } diff --git a/packages/php/CHANGELOG.md b/packages/php/CHANGELOG.md index 72e3103..8bcaff7 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.9](https://github.com/felipesauer/safeaccess-inline/compare/php-v0.1.8...php-v0.1.9) (2026-05-19) + + +### Miscellaneous Chores + +* **php:** bump the dev-dependencies group in /packages/php with 2 updates ([#58](https://github.com/felipesauer/safeaccess-inline/issues/58)) ([30e8aad](https://github.com/felipesauer/safeaccess-inline/commit/30e8aad6e5b19b8486a0a31316a701453ddc297a)) + ## [0.1.8](https://github.com/felipesauer/safeaccess-inline/compare/php-v0.1.7...php-v0.1.8) (2026-05-04) diff --git a/packages/php/composer.json b/packages/php/composer.json index 82d1939..0baf7d5 100644 --- a/packages/php/composer.json +++ b/packages/php/composer.json @@ -1,6 +1,6 @@ { "name": "safeaccess/inline", - "version": "0.1.8", + "version": "0.1.9", "description": "Safe nested data access with dot notation for PHP.", "type": "library", "license": "MIT",