From 4dbae2d176a3cd2779016bb4ec81afa30f7fc1ee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 08:28:35 +0000 Subject: [PATCH] chore(2.x): release 3.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b725ab0..d4f6f29 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.1" + ".": "3.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d0895c..bb34b94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,40 @@ # Changelog +## [3.0.0](https://github.com/mindkomm/timmy/compare/v2.0.1...v3.0.0) (2024-07-30) + + +### ⚠ BREAKING CHANGES + +* Remove Timmy::VERSION constant +* Add compatibility with Timber 2.x + +### Features + +* Add compatibility for Timber 2.0 ([262447d](https://github.com/mindkomm/timmy/commit/262447de3afb49f9605a84f17e65656b6ed96f70)) +* Add compatibility with Timber 2.x ([1687f3f](https://github.com/mindkomm/timmy/commit/1687f3f036ac7862d37a95a2445f297a4d55f218)) +* Optimize filter priority for deleting and generating image sizes ([2ec4013](https://github.com/mindkomm/timmy/commit/2ec40134fb81f13e95b6cb90c4a51da5daae3476)) +* Remove Timmy::VERSION constant ([031548b](https://github.com/mindkomm/timmy/commit/031548b849c4219dd7c21b7d9aa062779373cf69)) + + +### Bug Fixes + +* Add release workflow ([#64](https://github.com/mindkomm/timmy/issues/64)) ([54b4d5e](https://github.com/mindkomm/timmy/commit/54b4d5ebeafa7127f12349a28435d440280ab73b)) +* Always export composer.json ([142efa9](https://github.com/mindkomm/timmy/commit/142efa97614325fa74d5570545268227275c3915)) +* Fix a PHP 8.1 deprecation ([cbce1f2](https://github.com/mindkomm/timmy/commit/cbce1f26aaa37701cd7f7bc6c4b1cccd0ee6ead9)) +* Fix tests with Timber 2.0 ([1dd3189](https://github.com/mindkomm/timmy/commit/1dd3189f374a921cc7cb1443a0df4bb36eed5205)) +* Improve compatibility with Timber v2 ([7a2a2b6](https://github.com/mindkomm/timmy/commit/7a2a2b6f9df3a7cc9ff26c36f955a690fbdecb97)) + + +### Miscellaneous Chores + +* **1.x:** release 1.1.0 ([a6145b8](https://github.com/mindkomm/timmy/commit/a6145b829429e0eb3a05e0e4b992ecd1360ee3b7)) +* **2.x:** release 2.0.0 ([b185649](https://github.com/mindkomm/timmy/commit/b185649dc56836e074ba74b1666644b0cc092912)) +* **2.x:** release 2.0.1 ([#80](https://github.com/mindkomm/timmy/issues/80)) ([59b1f82](https://github.com/mindkomm/timmy/commit/59b1f821366f020f71021852a3015f1be034924a)) +* Fix JSON format for release-please-config.json ([7235e7b](https://github.com/mindkomm/timmy/commit/7235e7bab51275ae505620f08fb8d0c4102d7377)) +* Merge 1.x branch into 2.x ([2ec5254](https://github.com/mindkomm/timmy/commit/2ec52540b95f538d7b4e06ac51ea37e11fcea438)) +* Update release branches ([512efea](https://github.com/mindkomm/timmy/commit/512efea0307beed7994fb8bb8d4652097a6c763f)) +* Update release-please ([ed7e1bb](https://github.com/mindkomm/timmy/commit/ed7e1bb9977e74a23bee975b74fd963af7e40985)) + ## [2.0.1](https://github.com/mindkomm/timmy/compare/v2.0.0...v2.0.1) (2024-07-30)