Skip to content

Commit

Permalink
Bumping version to 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
flyerhzm committed Jul 17, 2024
1 parent 9715ae8 commit 66f9265
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## 2.1.2 (2024-07-17)

* Update `parser_node_ext` to 1.4.2
* Update `prism_ext` to 0.4.2
* Update `syntax_tree_ext` to 0.9.2
* Update `node_query` to 1.15.4

## 2.1.1 (2024-07-01)

* Allow to parse ruby version `ruby-3.3.0\n`
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
synvert-core (2.1.1)
synvert-core (2.1.2)
activesupport
node_mutation (>= 1.24.4)
node_query (>= 1.15.3)
Expand Down
2 changes: 1 addition & 1 deletion lib/synvert/core/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Synvert
module Core
VERSION = '2.1.1'
VERSION = '2.1.2'
end
end

0 comments on commit 66f9265

Please sign in to comment.