From f2fffccbf91175da1681f7362565a015527991d4 Mon Sep 17 00:00:00 2001 From: Vladimir Dementyev Date: Thu, 2 Nov 2023 17:36:14 -0700 Subject: [PATCH] Bump 0.1.5 --- CHANGELOG.md | 2 ++ lib/view_component_contrib/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67dee12..231549b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## master +## 0.1.5 (2023-11-02) + - Support content blocks in `#render_component` and `#render_with`. ([@palkan][]) ```ruby diff --git a/lib/view_component_contrib/version.rb b/lib/view_component_contrib/version.rb index 0ec0feb..e87d930 100644 --- a/lib/view_component_contrib/version.rb +++ b/lib/view_component_contrib/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module ViewComponentContrib # :nodoc:all - VERSION = "0.1.4" + VERSION = "0.1.5" end