Skip to content

Commit bb4f223

Browse files
authored
Merge pull request #31 from blocknotes/chore/bump-to-1.2.0
chore: Bump to version 1.2.0
2 parents 61d1d4a + 7cab749 commit bb4f223

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
An Active Admin plugin to use Froala WYSIWYG editor.
44

5+
## v1.2.0 - 2025-04-13
6+
7+
- Update Froala to version 4.5.1
8+
- Internal: improve tests
9+
- Internal: update dev setup
10+
- Internal: update CI configuration
11+
512
## v1.1.0 - 2024-02-18
613

714
- Set minimum Ruby version to 3.0.0

lib/activeadmin/froala_editor/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module ActiveAdmin
44
module FroalaEditor
5-
VERSION = '1.1.0'
5+
VERSION = '1.2.0'
66
FROALA_VERSION = '4.5.1'
77
end
88
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "activeadmin_froala_editor",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "An Active Admin plugin to use Froala WYSIWYG editor",
55
"repository": "https://github.com/blocknotes/activeadmin_froala_editor",
66
"author": "Mattia Roccoberton <mat@blocknot.es>",

0 commit comments

Comments
 (0)