Skip to content

Commit cc22600

Browse files
committed
Bump to version 4.0.4
1 parent 973c78b commit cc22600

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66

77
## [Unreleased]
88

9+
## [4.0.4] - 2023-12-12
10+
11+
### Changed
12+
13+
- [#1413](https://github.com/prettier/plugin-ruby/pull/1413) - hrabe - Fix the cwd detection for mono-repos.
14+
915
## [4.0.3] - 2023-11-27
1016

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

12991305
- Initial release 🎉
13001306

1301-
[unreleased]: https://github.com/prettier/plugin-ruby/compare/v4.0.3...HEAD
1307+
[unreleased]: https://github.com/prettier/plugin-ruby/compare/v4.0.4...HEAD
1308+
[4.0.4]: https://github.com/prettier/plugin-ruby/compare/v4.0.3...v4.0.4
13021309
[4.0.3]: https://github.com/prettier/plugin-ruby/compare/v4.0.2...v4.0.3
13031310
[4.0.2]: https://github.com/prettier/plugin-ruby/compare/v4.0.1...v4.0.2
13041311
[4.0.1]: https://github.com/prettier/plugin-ruby/compare/v4.0.0...v4.0.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prettier/plugin-ruby",
3-
"version": "4.0.3",
3+
"version": "4.0.4",
44
"description": "prettier plugin for the Ruby programming language",
55
"type": "module",
66
"main": "src/plugin.js",

0 commit comments

Comments
 (0)