Skip to content

Commit c760ca4

Browse files
committed
prepare v0.3.2
1 parent d2cd8ca commit c760ca4

File tree

5 files changed

+80
-69
lines changed

5 files changed

+80
-69
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 0.3.2 (2024-12-11)
6+
57
### Fixes
68

79
- Make the logic to find reachable sites less strict

assets/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "beacon",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"license": "MIT",
55
"repository": {},
66
"scripts": {

mix.exs

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

4-
@version "0.3.1"
4+
@version "0.3.2"
55
@source_url "https://github.com/BeaconCMS/beacon"
66
@homepage_url "https://beaconcms.org"
77

0 commit comments

Comments
 (0)