We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01ab31c commit 90ff445Copy full SHA for 90ff445
CHANGELOG.md
@@ -1,4 +1,7 @@
1
# 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
5
## [1.2.1](https://github.com/contentstack/contentstack-utils-ruby/tree/v1.2.1) (2024-02-27)
6
- Support for JSON RTE with fragment in nested list
7
## [1.2.0](https://github.com/contentstack/contentstack-utils-ruby/tree/v1.2.0) (2023-06-20)
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- contentstack_utils (1.2.1)
+ contentstack_utils (1.2.2)
activesupport (>= 7.0)
nokogiri (>= 1.11)
lib/contentstack_utils/version.rb
@@ -1,3 +1,3 @@
module ContentstackUtils
- VERSION = "1.2.1"
-end
+ VERSION = "1.2.2"
+end
0 commit comments