Skip to content

Commit

Permalink
Bumping version to 1.33.2
Browse files Browse the repository at this point in the history
  • Loading branch information
flyerhzm committed Feb 24, 2024
1 parent 1175b2c commit bea72b5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## 1.33.2 (2024-02-24)

* Reset `@warnings`, `@affected_files`, and `@test_results`
* Puts `Parser::SyntaxError` message only when `ENV[DEBUG]` is true
* Raise `ParserNotSupported` if parser is not supported

## 1.33.1 (2024-02-23)

* Try 10 times at maximum when process
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 (1.33.1)
synvert-core (1.33.2)
activesupport (< 7.0.0)
node_mutation (>= 1.23.2)
node_query (>= 1.15.1)
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 = '1.33.1'
VERSION = '1.33.2'
end
end

0 comments on commit bea72b5

Please sign in to comment.