Skip to content

Commit 5594465

Browse files
committed
Bump to v1.1.1
1 parent 21abe09 commit 5594465

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+5-1
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+
## [1.1.1] - 2021-12-09
10+
911
### Added
1012

1113
- [#7](https://github.com/kddnewton/syntax_tree/issues/7) Better formatting for hashes and arrays that are values in hashes.
@@ -95,6 +97,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
9597

9698
- 🎉 Initial release! 🎉
9799

98-
[unreleased]: https://github.com/kddnewton/syntax_tree/compare/v1.0.0...HEAD
100+
[unreleased]: https://github.com/kddnewton/syntax_tree/compare/v1.1.1...HEAD
101+
[1.1.1]: https://github.com/kddnewton/syntax_tree/compare/v1.1.0...v1.1.1
102+
[1.1.0]: https://github.com/kddnewton/syntax_tree/compare/v1.0.0...v1.1.0
99103
[1.0.0]: https://github.com/kddnewton/syntax_tree/compare/v0.1.0...v1.0.0
100104
[0.1.0]: https://github.com/kddnewton/syntax_tree/compare/8aa1f5...v0.1.0

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
syntax_tree (1.1.0)
4+
syntax_tree (1.1.1)
55

66
GEM
77
remote: https://rubygems.org/

lib/syntax_tree/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
require "ripper"
44

55
class SyntaxTree < Ripper
6-
VERSION = "1.1.0"
6+
VERSION = "1.1.1"
77
end

0 commit comments

Comments
 (0)