diff --git a/CHANGELOG.md b/CHANGELOG.md index cf02637..c085d0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## master +## 0.2.1 (2023-11-16) + +- Fix style variants inhertiance. ([@palkan][]) + ## 0.2.0 (2023-11-07) - Introduce style variants. ([@palkan][]) diff --git a/lib/view_component_contrib/version.rb b/lib/view_component_contrib/version.rb index eda1ca0..f0264fc 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.2.0" + VERSION = "0.2.1" end