Skip to content

Commit

Permalink
Bumping version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flyerhzm committed Jun 24, 2024
1 parent dfc055a commit aa7686b
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.1.0 (2024-06-24)

* Remove `add_leading_spaces` method
* Add `indent` and `dedent` helper methods

## 2.0.3 (2024-06-16)

* Fix `gem_spec_spec` test failures
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.3)
synvert-core (2.1.0)
activesupport
node_mutation (>= 1.24.4)
node_query (>= 1.15.3)
Expand Down Expand Up @@ -59,7 +59,7 @@ GEM
rb-inotify (~> 0.9, >= 0.9.10)
lumberjack (1.2.10)
method_source (1.1.0)
minitest (5.23.1)
minitest (5.24.0)
mutex_m (0.2.0)
nenv (0.3.0)
node_mutation (1.24.4)
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.3'
VERSION = '2.1.0'
end
end

0 comments on commit aa7686b

Please sign in to comment.