File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66
77## [ Unreleased]
88
9+ ## [ 0.2.0] - 2022-05-13
10+
911### Changed
1012
1113- Use ` prettier_print ` for formatting.
@@ -16,5 +18,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
1618
1719- 🎉 Initial release! 🎉
1820
19- [ unreleased ] : https://github.com/ruby-syntax-tree/syntax_tree-json/compare/v0.1.0...HEAD
20- [ 0.1.0 ] : https://github.com/ruby-syntax-tree/syntax_tree-json/compare/c52ff8...v0.1.0
21+ [ unreleased ] : https://github.com/ruby-syntax-tree/syntax_tree-json/compare/v0.2.0...HEAD
22+ [ 0.2.0 ] : https://github.com/ruby-syntax-tree/syntax_tree-json/compare/v0.1.0...v0.2.0
23+ [ 0.1.0 ] : https://github.com/ruby-syntax-tree/syntax_tree-json/compare/291383...v0.1.0
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- syntax_tree-json (0.1 .0 )
4+ syntax_tree-json (0.2 .0 )
55 json
66 prettier_print
77 syntax_tree (>= 2.0.1 )
Original file line number Diff line number Diff line change 22
33module SyntaxTree
44 module JSON
5- VERSION = "0.1 .0"
5+ VERSION = "0.2 .0"
66 end
77end
You can’t perform that action at this time.
0 commit comments