diff --git a/CHANGELOG.md b/CHANGELOG.md index 43d5fbb..645d06a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ ## Unreleased +## [0.8.2] - 2024-07-28 + +### Fixed + +- Ensure storybook module and components module are loaded before checking + whether module exports function. +- Fix menu stories not compiling under certain circumstances. + ## [0.8.1] - 2024-07-28 ### Fixed diff --git a/README.md b/README.md index a97f1af..e76aff2 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The package can be installed by adding `doggo` to your list of dependencies in ```elixir def deps do [ - {:doggo, "~> 0.8.1"} + {:doggo, "~> 0.8.2"} ] end ``` diff --git a/mix.exs b/mix.exs index 56abcfe..902af9f 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule Doggo.MixProject do use Mix.Project @source_url "https://github.com/woylie/doggo" - @version "0.8.1" + @version "0.8.2" def project do [