Skip to content

Commit

Permalink
Bump to version 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kddnewton committed Nov 28, 2023
1 parent 294ac98 commit b281b23
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a

## [Unreleased]

## [4.0.3] - 2023-11-27

### Changed

- [#1406](https://github.com/prettier/plugin-ruby/pull/1406) - mikesea - Support running without the RBS or Haml plugins loaded.
- [#1407](https://github.com/prettier/plugin-ruby/pull/1407) - hrabe - Support shimmed Ruby versions.

## [4.0.2] - 2023-07-14

### Changed
Expand Down Expand Up @@ -1291,7 +1298,8 @@ would previously result in `array[]`, but now prints properly.

- Initial release 🎉

[unreleased]: https://github.com/prettier/plugin-ruby/compare/v4.0.2...HEAD
[unreleased]: https://github.com/prettier/plugin-ruby/compare/v4.0.3...HEAD
[4.0.3]: https://github.com/prettier/plugin-ruby/compare/v4.0.2...v4.0.3
[4.0.2]: https://github.com/prettier/plugin-ruby/compare/v4.0.1...v4.0.2
[4.0.1]: https://github.com/prettier/plugin-ruby/compare/v4.0.0...v4.0.1
[4.0.0]: https://github.com/prettier/plugin-ruby/compare/v3.2.2...v4.0.0
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": "4.0.2",
"version": "4.0.3",
"description": "prettier plugin for the Ruby programming language",
"type": "module",
"main": "src/plugin.js",
Expand Down

0 comments on commit b281b23

Please sign in to comment.