Skip to content

Commit

Permalink
Bumping version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flyerhzm committed May 4, 2024
1 parent 5630496 commit 49614a6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## 2.0.1 (2024-05-04)

* Rescue Prism and SyntaxTree parser error
* Unlock activesupport version

## 2.0.0 (2024-04-28)

* Add instance variable `Instance#current_parser`
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
synvert-core (2.0.0)
synvert-core (2.0.1)
activesupport
node_mutation (>= 1.24.4)
node_query (>= 1.15.2)
Expand Down Expand Up @@ -75,7 +75,7 @@ GEM
parser_node_ext (1.3.2)
parser
prettier_print (1.2.1)
prism (0.27.0)
prism (0.28.0)
prism_ext (0.3.2)
prism
pry (0.14.2)
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.0.0'
VERSION = '2.0.1'
end
end

0 comments on commit 49614a6

Please sign in to comment.