diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a915e8c..001eb2c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.1" + ".": "0.1.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 289577e..b14b6a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.2](https://github.com/JuanVqz/simple_form-theme/compare/v0.1.1...v0.1.2) (2024-06-28) + + +### Bug Fixes + +* **simple_form:** Add simple_form initializer ([1613ff6](https://github.com/JuanVqz/simple_form-theme/commit/1613ff6a083dcc1ba784f935a3a52f1c1c8f6b1e)) + ## [0.1.1](https://github.com/JuanVqz/simple_form-theme/compare/v0.1.0...v0.1.1) (2024-06-28) diff --git a/Gemfile.lock b/Gemfile.lock index d54859e..88df6c1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - simple_form-theme (0.1.1) + simple_form-theme (0.1.2) rails (~> 6.1.7, >= 6.1.7.8) simple_form (~> 5.3.0) diff --git a/lib/simple_form/theme/version.rb b/lib/simple_form/theme/version.rb index 71c3272..a17f59d 100644 --- a/lib/simple_form/theme/version.rb +++ b/lib/simple_form/theme/version.rb @@ -1,5 +1,5 @@ module SimpleForm module Theme - VERSION = '0.1.1' + VERSION = '0.1.2' end end