Skip to content

Commit b7a44a5

Browse files
committed
Bump version to 0.9.14
1 parent 402cf31 commit b7a44a5

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## [Unreleased]
22

3+
## [0.9.14] - 2025-03-05
4+
5+
- Allow `alt` attribute for `Image` node.
6+
37
## [0.9.13] - 2025-02-19
48

59
- Update Nokogiri for CVE

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
tiptap-ruby (0.9.13)
4+
tiptap-ruby (0.9.14)
55
actionview (>= 7.0)
66
activesupport (>= 6.0)
77

lib/tip_tap/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module TipTap
4-
VERSION = "0.9.13"
4+
VERSION = "0.9.14"
55
end

0 commit comments

Comments
 (0)