Skip to content

Commit 49b2c59

Browse files
Bump version to 1.24.7 and update dependencies
1 parent 751b57c commit 49b2c59

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [1.24.7] - 2025-01-11
4+
5+
### Bug Fixes
6+
7+
* Incorrect license in gemspec ([751b57c](https://github.com/Mati365/ckeditor5-rails/commit/751b57c5247763e0b2be4b93349a7b7f14c60838))
8+
9+
### Documentation
10+
11+
* Update license links in docs ([9eda4c6](https://github.com/Mati365/ckeditor5-rails/commit/9eda4c68ac5d08754cf344c102f45930878c1ed9))
12+
* Fix links in docs ([d5c0416](https://github.com/Mati365/ckeditor5-rails/commit/d5c041619246140b3df5b084829694366e5ecf9e))
13+
314
## [1.24.6] - 2024-12-22
415

516
### Features

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
ckeditor5 (1.24.6)
4+
ckeditor5 (1.24.7)
55
rails (>= 6.0, < 9.0)
66
terser (~> 1.0)
77

lib/ckeditor5/rails/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module CKEditor5
44
module Rails
5-
VERSION = '1.24.6'
5+
VERSION = '1.24.7'
66

77
DEFAULT_CKEDITOR_VERSION = '44.1.0'
88
end

0 commit comments

Comments
 (0)