We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2a99cf commit 6cb7dfeCopy full SHA for 6cb7dfe
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 0.9.1
4
+
5
+### Fixed
6
7
+- Enable JSX parsing for `.js` files in formatter, matching oxfmt CLI behavior. Fixes formatting failures on projects using JSX in `.js` files (e.g. Plausible Analytics).
8
9
## 0.9.0
10
11
### Added
mix.exs
@@ -1,7 +1,7 @@
defmodule OXC.MixProject do
use Mix.Project
- @version "0.9.0"
+ @version "0.9.1"
@source_url "https://github.com/elixir-volt/oxc_ex"
def project do
0 commit comments