Skip to content

Commit 189769d

Browse files
committed
version bump to v1.18.6
1 parent de4982f commit 189769d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ Nokogiri follows [Semantic Versioning](https://semver.org/), please see the [REA
44

55
---
66

7+
## v1.18.6 / 2025-03-24
8+
9+
### Fixed
10+
11+
* [JRuby] In HTML documents, `Node#attribute` now returns the correct attribute. This has been broken, and returnin `nil`, since v1.17.0. (#3487) @flavorjones
12+
13+
714
## v1.18.5 / 2025-03-19
815

916
### Fixed

lib/nokogiri/version/constant.rb

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

33
module Nokogiri
44
# The version of Nokogiri you are using
5-
VERSION = "1.18.5"
5+
VERSION = "1.18.6"
66
end

0 commit comments

Comments
 (0)