From dc4a434fabbc4adfc57a459990e3e63f41409395 Mon Sep 17 00:00:00 2001 From: jekyllbot Date: Sun, 29 Mar 2026 17:19:09 -0700 Subject: [PATCH] =?UTF-8?q?chore:=20release=20=F0=9F=92=8E=200.3.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/release-please-manifest.json | 2 +- History.markdown | 8 ++++++++ lib/jekyll_test_plugin/version.rb | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 0ee8c01..816df2d 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.0" + ".": "0.3.1" } diff --git a/History.markdown b/History.markdown index 21238ed..a8cbd64 100644 --- a/History.markdown +++ b/History.markdown @@ -1,5 +1,13 @@ # Changelog +## [0.3.1](https://github.com/jekyll/jekyll-test-gem-plugin/compare/v0.3.0...v0.3.1) (2026-03-30) + + +### Bug Fixes + +* update release workflow name ([#10](https://github.com/jekyll/jekyll-test-gem-plugin/issues/10)) ([f120f78](https://github.com/jekyll/jekyll-test-gem-plugin/commit/f120f78b043bfb655b599903582b9a374300ddea)) +* update workflow names ([#9](https://github.com/jekyll/jekyll-test-gem-plugin/issues/9)) ([b19352b](https://github.com/jekyll/jekyll-test-gem-plugin/commit/b19352b29833855bc67f50ff03943539d347fa80)) + ## [0.3.0](https://github.com/jekyll/jekyll-test-gem-plugin/compare/v0.2.0...v0.3.0) (2025-02-05) diff --git a/lib/jekyll_test_plugin/version.rb b/lib/jekyll_test_plugin/version.rb index d47f08b..65e4268 100644 --- a/lib/jekyll_test_plugin/version.rb +++ b/lib/jekyll_test_plugin/version.rb @@ -1,3 +1,3 @@ module JekyllTestPlugin - VERSION = "0.3.0" + VERSION = "0.3.1" end