Skip to content

Commit 95e8882

Browse files
committed
Bumping version to 1.15.4
1 parent 1aba7c0 commit 95e8882

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
## 1.15.4 (2024-07-02)
4+
5+
* Drop support ruby 2.6
6+
* Update `prism_ext` to 0.3.3
7+
* Use `Prism::Node#to_source`
8+
39
## 1.15.3 (2024-05-30)
410

511
* Fix actual value is nil

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-
node_query (1.15.3)
4+
node_query (1.15.4)
55

66
GEM
77
remote: https://rubygems.org/

lib/node_query/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
class NodeQuery
4-
VERSION = "1.15.3"
4+
VERSION = "1.15.4"
55
end

0 commit comments

Comments
 (0)