Bump Liquid to 5.8.7

This commit is contained in:
James Meng
2025-06-09 12:38:04 -07:00
parent aebd75e5e8
commit 79b831d96c
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
# Liquid Change Log # Liquid Change Log
## 5.8.1 (unreleased) ## 5.8.7
* Expose body content in the `Doc` tag [James Meng]
## 5.8.1 ## 5.8.1
+1 -1
View File
@@ -2,5 +2,5 @@
# frozen_string_literal: true # frozen_string_literal: true
module Liquid module Liquid
VERSION = "5.8.6" VERSION = "5.8.7"
end end