Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrocp committed Nov 8, 2024
1 parent 13fa244 commit f815ea6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 0.2.0 (2024-11-08)

### Enhancements
- Introduce `Beacon.ErrorHandler` to load resources and dependencies
- Add `beacon.gen.tailwind_config` task to generate a custom Tailwind config
Expand Down
4 changes: 2 additions & 2 deletions assets/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1.0",
"version": "0.2.0",
"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.1.0"
@version "0.2.0"
@source_url "https://github.com/BeaconCMS/beacon"
@homepage_url "https://beaconcms.org"

Expand Down

0 comments on commit f815ea6

Please sign in to comment.