Skip to content

Commit 116a038

Browse files
committed
Release v0.12.1
1 parent 3c10449 commit 116a038

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.12.1
4+
5+
### Fixed
6+
7+
- `OXC.bundle/2` with `sourcemap: true` no longer fails when Rolldown omits the source map for empty bundle output ([#4](https://github.com/elixir-volt/oxc_ex/issues/4)).
8+
39
## 0.12.0
410

511
### Changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule OXC.MixProject do
22
use Mix.Project
33

4-
@version "0.12.0"
4+
@version "0.12.1"
55
@source_url "https://github.com/elixir-volt/oxc_ex"
66

77
def project do

0 commit comments

Comments
 (0)