Skip to content

Commit

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

## 1.30.3 (2024-01-13)

* Add `Configuration.test_result` option

## 1.30.2 (2024-01-09)

* Add `Configuration.strict` option
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
synvert-core (1.30.2)
synvert-core (1.30.3)
activesupport (< 7.0.0)
node_mutation (>= 1.21.6)
node_query (>= 1.13.12)
Expand Down Expand Up @@ -48,15 +48,15 @@ GEM
rb-inotify (~> 0.9, >= 0.9.10)
lumberjack (1.2.8)
method_source (1.0.0)
minitest (5.20.0)
minitest (5.21.1)
nenv (0.3.0)
node_mutation (1.22.2)
node_query (1.14.1)
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
parallel (1.24.0)
parser (3.3.0.2)
parser (3.3.0.3)
ast (~> 2.4.1)
racc
parser_node_ext (1.2.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.30.2'
VERSION = '1.30.3'
end
end

0 comments on commit 4437d9e

Please sign in to comment.