Skip to content

Commit 9f82920

Browse files
committed
Bumping version to 1.16.0
1 parent 1d6e2f2 commit 9f82920

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

3+
## 1.16.0 (2024-12-27)
4+
5+
* Support `prism` 1.3.0
6+
37
## 1.15.4 (2024-07-02)
48

59
* Drop support ruby 2.6

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.4)
4+
node_query (1.16.0)
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.4"
4+
VERSION = "1.16.0"
55
end

0 commit comments

Comments
 (0)