Skip to content

Commit fbaa974

Browse files
committed
Bump to v0.2.0
1 parent 8d0892e commit fbaa974

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
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)

lib/syntax_tree/json/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module SyntaxTree
44
module JSON
5-
VERSION = "0.1.0"
5+
VERSION = "0.2.0"
66
end
77
end

0 commit comments

Comments
 (0)