Skip to content

Commit

Permalink
correct issue number in change log
Browse files Browse the repository at this point in the history
  • Loading branch information
novaugust committed Feb 13, 2025
1 parent ff004ca commit 5a23833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This release taught Styler to try just that little bit harder when doing alias l

### Fixes

- `pipes`: handle pipifying when the first arg is itself a pipe: `c(a |> b, d)` => `a |> b() |> c(d)` (#213, h/t @kybishop)
- `pipes`: handle pipifying when the first arg is itself a pipe: `c(a |> b, d)` => `a |> b() |> c(d)` (#214, h/t @kybishop)

## 1.3.3

Expand Down

0 comments on commit 5a23833

Please sign in to comment.