Skip to content

Commit

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

## [Unreleased]

## [4.0.4] - 2023-12-12

### Changed

- [#1413](https://github.com/prettier/plugin-ruby/pull/1413) - hrabe - Fix the cwd detection for mono-repos.

## [4.0.3] - 2023-11-27

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

- Initial release 🎉

[unreleased]: https://github.com/prettier/plugin-ruby/compare/v4.0.3...HEAD
[unreleased]: https://github.com/prettier/plugin-ruby/compare/v4.0.4...HEAD
[4.0.4]: https://github.com/prettier/plugin-ruby/compare/v4.0.3...v4.0.4
[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
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.3",
"version": "4.0.4",
"description": "prettier plugin for the Ruby programming language",
"type": "module",
"main": "src/plugin.js",
Expand Down

0 comments on commit cc22600

Please sign in to comment.