Skip to content

Commit b4aee6f

Browse files
authored
CHANGELOG: Format Markdown links for PRs
For easier navigation to more context about a line item.
1 parent 31efb6f commit b4aee6f

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,26 +28,24 @@ environment.loaders.append('nodeModules', nodeModules)
2828

2929
## [[5.4.3]](https://github.com/rails/webpacker/compare/v5.4.2...v5.4.3) - 2021-09-14
3030

31-
- Specify webpack-dev-server to be v3, to avoid getting webpack-dev-server v4 (#3121)
31+
- Specify webpack-dev-server to be v3, to avoid getting webpack-dev-server v4 ([#3121](https://github.com/rails/webpacker/pull/3121))
3232

3333
## [[5.4.2]](https://github.com/rails/webpacker/compare/v5.4.1...v5.4.2) - 2021-08-20
3434

35-
- Fix babel warning about private-methods in @babel/plugin-proposal-private-property-in-object as well.
35+
- Fix babel warning about private-methods in `@babel/plugin-proposal-private-property-in-object` as well ([67fa6edf](https://github.com/rails/webpacker/commit/67fa6edf697340cbd5a5518afebac871ef74769b)).
3636

3737
## [[5.4.1]](https://github.com/rails/webpacker/compare/v5.4.0...v5.4.1) - 2021-08-20
3838

39-
- Update all dependencies within the same major version (#3120)
40-
41-
- Fix babel warning about private-methods (#3016)
39+
- Update all dependencies within the same major version ([#3120](https://github.com/rails/webpacker/pull/3120))
40+
- Fix babel warning about private-methods ([#3016](https://github.com/rails/webpacker/pull/3016))
4241

4342
## [[5.4.0]](https://github.com/rails/webpacker/compare/v5.3.0...v5.4.0) - 2021-05-18
4443

45-
- Fix compatibility with Psych 4
44+
- Fix compatibility with Psych 4 ([ceaf826d](https://github.com/rails/webpacker/commit/ceaf826d84230aaadbefdbaaf560d474a96affcc))
4645

4746
## [[5.3.0]](https://github.com/rails/webpacker/compare/v5.2.1...v5.3.0) - 2021-04-27
4847

4948
- Adds experimental Yarn 2 support. Note you must manually set `nodeLinker: node-modules` in your `.yarnrc.yml`.
50-
5149
- Keep backups, even when they're old [#2912](https://github.com/rails/webpacker/pull/2912)
5250

5351
## [[5.2.2]](https://github.com/rails/webpacker/compare/v5.2.1...v5.2.2) - 2021-04-27

0 commit comments

Comments
 (0)