Skip to content

Commit 6b46771

Browse files
committed
Version 0.3.1
1 parent fa21504 commit 6b46771

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [0.3.1] - 2026-02-23
2+
3+
### Fixed
4+
5+
- Remove unwanted debug output
6+
17
## [0.3.0] - 2026-02-18
28

39
### Changed

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-
prosemirror_to_html (0.3.0)
4+
prosemirror_to_html (0.3.1)
55
nokogiri
66

77
GEM

lib/prosemirror_to_html/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ProsemirrorToHtml
2-
VERSION = "0.3.0"
2+
VERSION = "0.3.1"
33
end

0 commit comments

Comments
 (0)