Skip to content

Commit

Permalink
Chore: bump version to 0.3.2 + update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mindreframer committed Jul 1, 2024
1 parent 7848d28 commit 5485d5e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.3.2

- Handle circular references, thanks @weelink! [PR 10](https://github.com/mindreframer/vite_phx/pull/10)

# 0.3.1

- Raise an error instead of logging when manifest file could not be found, thanks @joeppeeters! [PR 8](https://github.com/mindreframer/vite_phx/pull/8)
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Vite.MixProject do
use Mix.Project

@version "0.3.1"
@version "0.3.2"
@elixir_requirement "~> 1.9"

def project do
Expand Down

0 comments on commit 5485d5e

Please sign in to comment.