From 11a1a8f840753c41774f48ef54bbd8070815acca Mon Sep 17 00:00:00 2001 From: Aleksei Gagarin Date: Wed, 3 Dec 2025 02:42:03 +0400 Subject: [PATCH] chore(1.x): release 1.1.1 --- CHANGELOG.md | 7 +++++++ resources/version.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6c99da..301f9db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.1](https://github.com/php-internal/path/compare/1.1.0...1.1.1) (2025-12-02) + + +### Bug Fixes + +* Update .gitattributes to ignore CLAUDE.md instead of CLAUDE.local.md ([39805ef](https://github.com/php-internal/path/commit/39805ef44612eda80105a5fae7ca33b3def47744)) + ## [1.1.0](https://github.com/php-internal/path/compare/1.0.0...1.1.0) (2025-12-02) diff --git a/resources/version.json b/resources/version.json index a1961ec..7867a62 100644 --- a/resources/version.json +++ b/resources/version.json @@ -1,3 +1,3 @@ { - ".": "1.1.0" + ".": "1.1.1" }