From f8089b91e85c09bb29031bf7f1b1383a17e98b96 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 09:11:29 +0200 Subject: [PATCH] chore(2.x): release 2.1.0 (#81) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b725ab0..969d3db 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.1" + ".": "2.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d0895c..711fbe3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.1.0](https://github.com/mindkomm/timmy/compare/v2.0.1...v2.1.0) (2024-08-30) + + +### Features + +* Add img_class argument for get_timber_picture_responsive() ([#84](https://github.com/mindkomm/timmy/issues/84)) ([efcf332](https://github.com/mindkomm/timmy/commit/efcf332c76945e896d5021e809a8df0fb34372a6)) +* Remove check for attachment post type that can’t be overridden ([#85](https://github.com/mindkomm/timmy/issues/85)) ([13574be](https://github.com/mindkomm/timmy/commit/13574be3f2e83788e155fcb1c6f7ab19ad443c36)) + + +### Bug Fixes + +* Prevent using simplexml_load_file() on missing file ([#83](https://github.com/mindkomm/timmy/issues/83)) ([f45456e](https://github.com/mindkomm/timmy/commit/f45456e41bfba4ded6323c6cdcd78080222fe81c)) + ## [2.0.1](https://github.com/mindkomm/timmy/compare/v2.0.0...v2.0.1) (2024-07-30)