Skip to content

Commit

Permalink
beacon v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
APB9785 committed Dec 10, 2024
1 parent ba5e3be commit 0f0bc74
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 77 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## Unreleased
## 0.3.1 (2024-12-10)

### Fixes

- Avoid unloading imported dynamic Components modules without a replacement

## 0.3.0 (2024-12-05)

Expand Down
2 changes: 1 addition & 1 deletion assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "beacon",
"version": "0.3.0",
"version": "0.3.1",
"license": "MIT",
"repository": {},
"scripts": {
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 Beacon.MixProject do
use Mix.Project

@version "0.3.0-dev"
@version "0.3.1"
@source_url "https://github.com/BeaconCMS/beacon"
@homepage_url "https://beaconcms.org"

Expand Down
Loading

0 comments on commit 0f0bc74

Please sign in to comment.