File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 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
+ ## [ 1.2.0] - 2022-12-23
10
+
11
+ ### Added
12
+
13
+ - You can now supply the base indentation level for the output buffer.
14
+
9
15
## [ 1.1.0] - 2022-11-08
10
16
11
17
### Added
@@ -49,7 +55,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
49
55
50
56
- 🎉 Initial release! 🎉
51
57
52
- [ unreleased ] : https://github.com/ruby-syntax-tree/prettier_print/compare/v1.1.0...HEAD
58
+ [ unreleased ] : https://github.com/ruby-syntax-tree/prettier_print/compare/v1.2.0...HEAD
59
+ [ 1.2.0 ] : https://github.com/ruby-syntax-tree/prettier_print/compare/v1.1.0...v1.2.0
53
60
[ 1.1.0 ] : https://github.com/ruby-syntax-tree/prettier_print/compare/v1.0.2...v1.1.0
54
61
[ 1.0.2 ] : https://github.com/ruby-syntax-tree/prettier_print/compare/v1.0.1...v1.0.2
55
62
[ 1.0.1 ] : https://github.com/ruby-syntax-tree/prettier_print/compare/v1.0.0...v1.0.1
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- prettier_print (1.1 .0 )
4
+ prettier_print (1.2 .0 )
5
5
6
6
GEM
7
7
remote: https://rubygems.org/
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
class PrettierPrint
4
- VERSION = "1.1 .0"
4
+ VERSION = "1.2 .0"
5
5
end
You can’t perform that action at this time.
0 commit comments