Skip to content

Commit

Permalink
Bumping version to 1.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
flyerhzm committed Jun 15, 2024
1 parent 79b4be9 commit 0e13fbd
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.10.4 (2024-06-15)

* Update `synvert-core` to 2.0.2
* No need to require bundler
* Add `configure(parser: Synvert::PRISM_PARSER)` to generated snippet

## 1.10.3 (2024-04-15)

* Update `synvert-core` to 1.35.1
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 (1.10.3)
synvert (1.10.4)
synvert-core (>= 2.0.2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/synvert/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Synvert
VERSION = '1.10.3'
VERSION = '1.10.4'
end

0 comments on commit 0e13fbd

Please sign in to comment.