Skip to content

Commit

Permalink
7.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jfmengels committed Oct 31, 2024
1 parent 0288306 commit 3832217
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

## [Unreleased]

## [7.3.7] - 2024-09-11

- Fixed a bug where the range was incorrect for imports with both `as` and `exposing`.
- Fixed a bug where the order of comments was incorrect in a case pattern.

## [7.3.6] - 2024-09-11

Expand Down Expand Up @@ -153,7 +156,8 @@ With this change some additional big changes were made to the projects and the d
- Range information is added to a significant bigger set of AST elements.
- The decoders and encoders for the specific AST elements are moved to their modules (`Elm.Syntax.*`).

[Unreleased]: https://github.com/stil4m/elm-syntax/compare/v7.3.6...HEAD
[Unreleased]: https://github.com/stil4m/elm-syntax/compare/v7.3.7...HEAD
[7.3.7]: https://github.com/stil4m/elm-syntax/releases/tag/7.3.7
[7.3.6]: https://github.com/stil4m/elm-syntax/releases/tag/7.3.6
[7.3.5]: https://github.com/stil4m/elm-syntax/releases/tag/7.3.5
[7.3.4]: https://github.com/stil4m/elm-syntax/releases/tag/7.3.4
Expand Down
2 changes: 1 addition & 1 deletion elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "stil4m/elm-syntax",
"summary": "Elm Syntax in Elm: for parsing and writing Elm in Elm",
"license": "MIT",
"version": "7.3.6",
"version": "7.3.7",
"exposed-modules": [
"Elm.Dependency",
"Elm.Interface",
Expand Down

0 comments on commit 3832217

Please sign in to comment.