Skip to content

Commit e0f322b

Browse files
committed
Bump to version 4.0.2
1 parent 384fa28 commit e0f322b

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.2] - 2023-07-14
10+
11+
### Changed
12+
13+
- [#1367](https://github.com/prettier/plugin-ruby/pull/1367) - kddnewton - Specify `prettier` as a peer dependency and not a runtime dependency.
14+
915
## [4.0.1] - 2023-07-08
1016

1117
### Changed
@@ -1285,7 +1291,8 @@ would previously result in `array[]`, but now prints properly.
12851291

12861292
- Initial release 🎉
12871293

1288-
[unreleased]: https://github.com/prettier/plugin-ruby/compare/v4.0.1...HEAD
1294+
[unreleased]: https://github.com/prettier/plugin-ruby/compare/v4.0.2...HEAD
1295+
[4.0.2]: https://github.com/prettier/plugin-ruby/compare/v4.0.1...v4.0.2
12891296
[4.0.1]: https://github.com/prettier/plugin-ruby/compare/v4.0.0...v4.0.1
12901297
[4.0.0]: https://github.com/prettier/plugin-ruby/compare/v3.2.2...v4.0.0
12911298
[3.2.2]: https://github.com/prettier/plugin-ruby/compare/v3.2.1...v3.2.2

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

0 commit comments

Comments
 (0)