Skip to content

Commit

Permalink
chore(2.x): release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 30, 2024
1 parent 59b1f82 commit 4dbae2d
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.0.1"
".": "3.0.0"
}
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down

0 comments on commit 4dbae2d

Please sign in to comment.