Skip to content

Commit 6e66e50

Browse files
committed
Bumping version to 1.10.1
1 parent 97a6b51 commit 6e66e50

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## 1.10.1 (2024-03-06)
4+
5+
* Fix undefined `plain_output?`
6+
* Update `synvert-core` to 1.34.0
7+
38
## 1.10.0 (2024-02-24)
49

510
* Add `--check-bundle-gems` flag to check code in all bundle gems

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
synvert (1.10.0)
4+
synvert (1.10.1)
55
synvert-core (>= 1.33.2)
66

77
GEM

lib/synvert/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Synvert
4-
VERSION = '1.10.0'
4+
VERSION = '1.10.1'
55
end

0 commit comments

Comments
 (0)