Skip to content

Commit

Permalink
Bump to v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kddnewton committed Apr 5, 2022
1 parent e0065af commit cffe655
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]

## [2.1.0] - 2022-04-04

### Added

- [#1065](https://github.com/prettier/plugin-ruby/issues/1065) - langalex, kddnewton - The ability to set the `PRETTIER_RUBY_TIMEOUT_MS` environment variable to control how long to wait for the parser server to spin up.
Expand Down Expand Up @@ -1206,7 +1208,8 @@ would previously result in `array[]`, but now prints properly.

- Initial release 🎉

[unreleased]: https://github.com/prettier/plugin-ruby/compare/v2.0.0...HEAD
[unreleased]: https://github.com/prettier/plugin-ruby/compare/v2.1.0...HEAD
[2.1.0]: https://github.com/prettier/plugin-ruby/compare/v2.0.0...v2.1.0
[2.0.0]: https://github.com/prettier/plugin-ruby/compare/v2.0.0-rc4...v2.0.0
[2.0.0-rc4]: https://github.com/prettier/plugin-ruby/compare/v2.0.0-rc3...v2.0.0-rc4
[2.0.0-rc3]: https://github.com/prettier/plugin-ruby/compare/v2.0.0-rc2...v2.0.0-rc3
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": "2.0.0",
"version": "2.1.0",
"description": "prettier plugin for the Ruby programming language",
"main": "dist/plugin.js",
"scripts": {
Expand Down

0 comments on commit cffe655

Please sign in to comment.