diff --git a/CHANGELOG.md b/CHANGELOG.md index 39640b94..1f7f7bfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.1.3 (2024-10-29) + +### Fixes + - Exclude the node modules from Tailwind content #622 by @anu788 + - Allow to patch (navigate patching the content) to another site + ## 0.1.2 (2024-10-23) ### Fixes diff --git a/assets/package-lock.json b/assets/package-lock.json index 2863eae8..00d6ef93 100644 --- a/assets/package-lock.json +++ b/assets/package-lock.json @@ -1,12 +1,12 @@ { "name": "beacon", - "version": "0.1.2", + "version": "0.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "beacon", - "version": "0.1.2", + "version": "0.1.3", "license": "MIT", "dependencies": { "@tailwindcss/forms": "^0.5", diff --git a/assets/package.json b/assets/package.json index cebd7878..1be7dd42 100644 --- a/assets/package.json +++ b/assets/package.json @@ -1,6 +1,6 @@ { "name": "beacon", - "version": "0.1.2", + "version": "0.1.3", "license": "MIT", "repository": {}, "scripts": { diff --git a/mix.exs b/mix.exs index 979e7955..3531da98 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Beacon.MixProject do use Mix.Project - @version "0.1.2" + @version "0.1.3" @source_url "https://github.com/BeaconCMS/beacon" @homepage_url "https://beaconcms.org"