Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kddnewton committed Nov 5, 2019
1 parent b977cd5 commit 512aae2
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.1] - 2019-11-05

### Changed

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

- Initial release 🎉

[unreleased]: https://github.com/prettier/plugin-ruby/compare/v0.15.0...HEAD
[unreleased]: https://github.com/prettier/plugin-ruby/compare/v0.15.1...HEAD
[0.15.1]: https://github.com/prettier/plugin-ruby/compare/v0.15.0...v0.15.1
[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
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.15.0)
prettier (0.15.1)

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.15.0",
"version": "0.15.1",
"description": "prettier plugin for the Ruby programming language",
"main": "src/ruby.js",
"scripts": {
Expand Down

0 comments on commit 512aae2

Please sign in to comment.