Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
woylie committed Jul 28, 2024
1 parent 68da0f7 commit 514fb89
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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
[
Expand Down

0 comments on commit 514fb89

Please sign in to comment.