Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kddnewton committed Aug 6, 2019
1 parent 45011d7 commit c9e934b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a

## [Unreleased]

## [0.15.0] - 2019-08-06

### Changed

- If xstring literals (command line calls surrounded by backticks) break, then we indent and place the command on a new line. Previously, this was resulting in new lines getting added each time the code was formatted. Now this happens correctly. (Thanks to @dudeofawesome for the report.)
Expand Down Expand Up @@ -543,7 +545,8 @@ would previously result in `array[]`, but now prints properly. (Thanks to @xipgr

- Initial release 🎉

[unreleased]: https://github.com/prettier/plugin-ruby/compare/v0.14.0...HEAD
[unreleased]: https://github.com/prettier/plugin-ruby/compare/v0.15.0...HEAD
[0.15.0]: https://github.com/prettier/plugin-ruby/compare/v0.14.0...v0.15.0
[0.14.0]: https://github.com/prettier/plugin-ruby/compare/v0.13.0...v0.14.0
[0.13.0]: https://github.com/prettier/plugin-ruby/compare/v0.12.3...v0.13.0
[0.12.3]: https://github.com/prettier/plugin-ruby/compare/v0.12.2...v0.12.3
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
prettier (0.14.0)
prettier (0.15.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prettier/plugin-ruby",
"version": "0.14.0",
"version": "0.15.0",
"description": "prettier plugin for the Ruby programming language",
"main": "src/ruby.js",
"scripts": {
Expand Down

0 comments on commit c9e934b

Please sign in to comment.