Skip to content

Commit 90ff445

Browse files
version bump
1 parent 01ab31c commit 90ff445

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Changelog
2+
3+
## [1.2.2](https://github.com/contentstack/contentstack-utils-ruby/tree/v1.2.2) (2026-01-05)
4+
- Fixed snyk security issues
25
## [1.2.1](https://github.com/contentstack/contentstack-utils-ruby/tree/v1.2.1) (2024-02-27)
36
- Support for JSON RTE with fragment in nested list
47
## [1.2.0](https://github.com/contentstack/contentstack-utils-ruby/tree/v1.2.0) (2023-06-20)

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-
contentstack_utils (1.2.1)
4+
contentstack_utils (1.2.2)
55
activesupport (>= 7.0)
66
nokogiri (>= 1.11)
77

lib/contentstack_utils/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ContentstackUtils
2-
VERSION = "1.2.1"
3-
end
2+
VERSION = "1.2.2"
3+
end

0 commit comments

Comments
 (0)