Skip to content

Commit b281b23

Browse files
committed
Bump to version 4.0.3
1 parent 294ac98 commit b281b23

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [4.0.3] - 2023-11-27
10+
11+
### Changed
12+
13+
- [#1406](https://github.com/prettier/plugin-ruby/pull/1406) - mikesea - Support running without the RBS or Haml plugins loaded.
14+
- [#1407](https://github.com/prettier/plugin-ruby/pull/1407) - hrabe - Support shimmed Ruby versions.
15+
916
## [4.0.2] - 2023-07-14
1017

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

12921299
- Initial release 🎉
12931300

1294-
[unreleased]: https://github.com/prettier/plugin-ruby/compare/v4.0.2...HEAD
1301+
[unreleased]: https://github.com/prettier/plugin-ruby/compare/v4.0.3...HEAD
1302+
[4.0.3]: https://github.com/prettier/plugin-ruby/compare/v4.0.2...v4.0.3
12951303
[4.0.2]: https://github.com/prettier/plugin-ruby/compare/v4.0.1...v4.0.2
12961304
[4.0.1]: https://github.com/prettier/plugin-ruby/compare/v4.0.0...v4.0.1
12971305
[4.0.0]: https://github.com/prettier/plugin-ruby/compare/v3.2.2...v4.0.0

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.2",
3+
"version": "4.0.3",
44
"description": "prettier plugin for the Ruby programming language",
55
"type": "module",
66
"main": "src/plugin.js",

0 commit comments

Comments
 (0)