From d8160366cdb2a262a4e2798f56f6f4cceccdaee7 Mon Sep 17 00:00:00 2001 From: nagaya Date: Thu, 28 Mar 2024 16:08:46 +0900 Subject: [PATCH] Release v1.1.1 --- CHANGELOG.md | 5 +++++ lib/qiita/markdown/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45dbd47..f3bb80f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ## Unreleased +## 1.1.1 + +- Allow open attribute on details +- Bump tj-actions/branch-names from 4.9 to 7.0.7 + ## 1.1.0 - Add uri to requiring libraries diff --git a/lib/qiita/markdown/version.rb b/lib/qiita/markdown/version.rb index 7077b54..0ea6658 100644 --- a/lib/qiita/markdown/version.rb +++ b/lib/qiita/markdown/version.rb @@ -1,5 +1,5 @@ module Qiita module Markdown - VERSION = "1.1.0" + VERSION = "1.1.1" end end