From a6828ef41c08b3c9a40c206bd6429f9d810ba48c 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:08:16 +0000 Subject: [PATCH] chore(main): release 1.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ plugin.php | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 40ff6fe..37fcefa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.2" + ".": "1.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..819a059 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +## [1.0.0](https://github.com/TangibleInc/object/compare/v0.0.2...v1.0.0) (2026-07-16) + + +### Bug Fixes + +* **deps:** update all non-major dependencies ([#19](https://github.com/TangibleInc/object/issues/19)) ([9f82a11](https://github.com/TangibleInc/object/commit/9f82a11639a06042b2ceebe12d02e8784dcce4fd)) + + +### Continuous Integration + +* automate Packagist releases with release-please ([#56](https://github.com/TangibleInc/object/issues/56)) ([ea1703c](https://github.com/TangibleInc/object/commit/ea1703c620943ccef133f0ac799d64871c64f812)) diff --git a/plugin.php b/plugin.php index 02c75b6..a5169a8 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: 0.0.2 + * Version: 1.0.0 * x-release-please-end-version * GitHub URI: TangibleInc/object */