diff --git a/Gemfile.lock b/Gemfile.lock index f4cdf4de1..b0541d14e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - view_component (3.13.0) + view_component (3.14.0) activesupport (>= 5.2.0, < 8.0) concurrent-ruby (~> 1.0) method_source (~> 1.0) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 6bf22a708..00ec86af3 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -22,6 +22,8 @@ nav_order: 5 *Joel Hawksley* +## 3.14.0 + * Defer to built-in caching for language environment setup, rather than manually using `actions/cache` in CI. *Simon Fish* diff --git a/docs/_data/library.yml b/docs/_data/library.yml index 9626a45fc..a6767a7ae 100644 --- a/docs/_data/library.yml +++ b/docs/_data/library.yml @@ -1 +1 @@ -version: 3.13.1 +version: 3.14.0 diff --git a/lib/view_component/version.rb b/lib/view_component/version.rb index 57e94202a..06c135215 100644 --- a/lib/view_component/version.rb +++ b/lib/view_component/version.rb @@ -3,7 +3,7 @@ module ViewComponent module VERSION MAJOR = 3 - MINOR = 13 + MINOR = 14 PATCH = 0 PRE = nil