From a27e4342749cf78e8a258aceac043fdbc6aecc5e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 10:20:40 +0000 Subject: [PATCH] chore(main): release 1.0.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ plugin.php | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 37fcefa..8d7e5f1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 819a059..2944441 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/TangibleInc/object/compare/v1.0.0...v1.0.1) (2026-07-16) + + +### Bug Fixes + +* incorrect slashes in some json_encoded values for CustomPostTypeStorage ([#54](https://github.com/TangibleInc/object/issues/54)) ([c4742a3](https://github.com/TangibleInc/object/commit/c4742a3b6acb86aa3cd15ef7960ce85cbcd26206)) + ## [1.0.0](https://github.com/TangibleInc/object/compare/v0.0.2...v1.0.0) (2026-07-16) diff --git a/plugin.php b/plugin.php index a5169a8..c5aa6f5 100644 --- a/plugin.php +++ b/plugin.php @@ -3,7 +3,7 @@ * Plugin Name: Tangible Object * Description: A WordPress tool suite for building data-driven interfaces with a clean extensible architecture. * x-release-please-start-version - * Version: 1.0.0 + * Version: 1.0.1 * x-release-please-end-version * GitHub URI: TangibleInc/object */