Skip to content

Commit 512aae2

Browse files
committed
Bump version
1 parent b977cd5 commit 512aae2

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

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.15.1] - 2019-11-05
10+
911
### Changed
1012

1113
- [INTERNAL] Add `bin/lex` for viewing the tokenized result of Ripper on Ruby code (Thanks to @AlanFoster.)
@@ -609,7 +611,8 @@ would previously result in `array[]`, but now prints properly. (Thanks to @xipgr
609611

610612
- Initial release 🎉
611613

612-
[unreleased]: https://github.com/prettier/plugin-ruby/compare/v0.15.0...HEAD
614+
[unreleased]: https://github.com/prettier/plugin-ruby/compare/v0.15.1...HEAD
615+
[0.15.1]: https://github.com/prettier/plugin-ruby/compare/v0.15.0...v0.15.1
613616
[0.15.0]: https://github.com/prettier/plugin-ruby/compare/v0.14.0...v0.15.0
614617
[0.14.0]: https://github.com/prettier/plugin-ruby/compare/v0.13.0...v0.14.0
615618
[0.13.0]: https://github.com/prettier/plugin-ruby/compare/v0.12.3...v0.13.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.15.0)
4+
prettier (0.15.1)
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.15.0",
3+
"version": "0.15.1",
44
"description": "prettier plugin for the Ruby programming language",
55
"main": "src/ruby.js",
66
"scripts": {

0 commit comments

Comments
 (0)