Skip to content

Commit

Permalink
Bump to v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kddnewton committed Jul 5, 2019
1 parent a390326 commit 9684e2c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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.13.0] - 2019-07-05

### Added

- Added `locStart` and `locEnd` functions to support `--cursor-offset`.
Expand Down Expand Up @@ -421,7 +423,8 @@ would previously result in `array[]`, but now prints properly. (Thanks to @xipgr

- Initial release 🎉

[unreleased]: https://github.com/prettier/plugin-ruby/compare/v0.12.3...HEAD
[unreleased]: https://github.com/prettier/plugin-ruby/compare/v0.13.0...HEAD
[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
[0.12.2]: https://github.com/prettier/plugin-ruby/compare/v0.12.1...v0.12.2
[0.12.1]: https://github.com/prettier/plugin-ruby/compare/v0.12.0...v0.12.1
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.12.3",
"version": "0.13.0",
"description": "prettier plugin for the Ruby programming language",
"main": "src/ruby.js",
"scripts": {
Expand Down

0 comments on commit 9684e2c

Please sign in to comment.