File tree 3 files changed +10
-3
lines changed
3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 5.0.1] - 2022-11-10
10
+
11
+ ### Changed
12
+
13
+ - Fix the plugin parsing on the CLI so that they are respected.
14
+
9
15
## [ 5.0.0] - 2022-11-09
10
16
11
17
### Added
@@ -450,7 +456,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
450
456
451
457
- 🎉 Initial release! 🎉
452
458
453
- [ unreleased ] : https://github.com/ruby-syntax-tree/syntax_tree/compare/v5.0.0...HEAD
459
+ [ unreleased ] : https://github.com/ruby-syntax-tree/syntax_tree/compare/v5.0.1...HEAD
460
+ [ 5.0.1 ] : https://github.com/ruby-syntax-tree/syntax_tree/compare/v5.0.0...v5.0.1
454
461
[ 5.0.0 ] : https://github.com/ruby-syntax-tree/syntax_tree/compare/v4.3.0...v5.0.0
455
462
[ 4.3.0 ] : https://github.com/ruby-syntax-tree/syntax_tree/compare/v4.2.0...v4.3.0
456
463
[ 4.2.0 ] : https://github.com/ruby-syntax-tree/syntax_tree/compare/v4.1.0...v4.2.0
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- syntax_tree (5.0.0 )
4
+ syntax_tree (5.0.1 )
5
5
prettier_print (>= 1.1.0 )
6
6
7
7
GEM
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module SyntaxTree
4
- VERSION = "5.0.0 "
4
+ VERSION = "5.0.1 "
5
5
end
You can’t perform that action at this time.
0 commit comments