diff --git a/CHANGELOG.md b/CHANGELOG.md index ec9f72c..ced5ec9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## [Unreleased] +## [0.10.1] - 2025-11-21 + +- Add support for Table of Contents + ## [0.10.0] - 2025-09-19 - Add support for rendering documents to markdown diff --git a/Gemfile.lock b/Gemfile.lock index c3c0ce9..7175b46 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - tiptap-ruby (0.10.0) + tiptap-ruby (0.10.1) actionview (>= 7.0) activesupport (>= 6.0) diff --git a/lib/tip_tap/version.rb b/lib/tip_tap/version.rb index 981b2cd..66b13e7 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.10.0" + VERSION = "0.10.1" end