Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
kddnewton committed Mar 25, 2019
1 parent 53227e4 commit b5b77bf
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 @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.9.1] - 2019-03-24
### Changed
- Better support string quotes by favoring what the user chose if the string contains escape patterns.
- Better support heredocs within method calls.
Expand Down Expand Up @@ -213,7 +215,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
### Added
- Initial release 🎉

[Unreleased]: https://github.com/prettier/plugin-ruby/compare/v0.9.0...HEAD
[Unreleased]: https://github.com/prettier/plugin-ruby/compare/v0.9.1...HEAD
[0.9.1]: https://github.com/prettier/plugin-ruby/compare/v0.9.0...v0.9.1
[0.9.0]: https://github.com/prettier/plugin-ruby/compare/v0.8.0...v0.9.0
[0.8.0]: https://github.com/prettier/plugin-ruby/compare/v0.7.0...v0.8.0
[0.7.0]: https://github.com/prettier/plugin-ruby/compare/v0.6.3...v0.7.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.9.0)
prettier (0.9.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.9.0",
"version": "0.9.1",
"description": "prettier plugin for the Ruby programming language",
"main": "src/ruby.js",
"scripts": {
Expand Down

0 comments on commit b5b77bf

Please sign in to comment.