Skip to content

Commit 7a6c9ff

Browse files
committed
Bump to 0.12.2
1 parent 2e816a0 commit 7a6c9ff

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 4 additions & 1 deletion
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.12.2] - 2019-04-30
10+
911
### Changed
1012

1113
- When symbol literal hash keys end with `=`, they cannot be transformed into hash labels.
@@ -332,7 +334,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
332334

333335
- Initial release πŸŽ‰
334336

335-
[unreleased]: https://github.com/prettier/plugin-ruby/compare/v0.12.1...HEAD
337+
[unreleased]: https://github.com/prettier/plugin-ruby/compare/v0.12.2...HEAD
338+
[0.12.2]: https://github.com/prettier/plugin-ruby/compare/v0.12.1...v0.12.2
336339
[0.12.1]: https://github.com/prettier/plugin-ruby/compare/v0.12.0...v0.12.1
337340
[0.12.0]: https://github.com/prettier/plugin-ruby/compare/v0.11.0...v0.12.0
338341
[0.11.0]: https://github.com/prettier/plugin-ruby/compare/v0.10.0...v0.11.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-
prettier (0.12.1)
4+
prettier (0.12.2)
55

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

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prettier/plugin-ruby",
3-
"version": "0.12.1",
3+
"version": "0.12.2",
44
"description": "prettier plugin for the Ruby programming language",
55
"main": "src/ruby.js",
66
"scripts": {

0 commit comments

Comments
 (0)