From d4642e7748b28ac49a29973160f25e047db30b58 Mon Sep 17 00:00:00 2001 From: Chad Wilken Date: Fri, 20 Dec 2024 10:19:49 -0600 Subject: [PATCH] Bump version --- CHANGELOG.md | 4 ++++ Gemfile.lock | 2 +- lib/tip_tap/version.rb | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01ccf81..ef7ec59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## [Unreleased] +## [0.9.12] - 2024-12-20 + +- Add inline styles when converting headings and paragraphs to HTML + ## [0.9.11] - 2024-09-19 - Bump rails-html-sanitizer to 1.6.1 for CVE diff --git a/Gemfile.lock b/Gemfile.lock index 202ef21..30f53d8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - tiptap-ruby (0.9.11) + tiptap-ruby (0.9.12) actionview (>= 7.0) activesupport (>= 6.0) diff --git a/lib/tip_tap/version.rb b/lib/tip_tap/version.rb index 7cce2c4..a9c17a5 100644 --- a/lib/tip_tap/version.rb +++ b/lib/tip_tap/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module TipTap - VERSION = "0.9.11" + VERSION = "0.9.12" end