From 9fce541ca8637b7ee2bb0f347ba16fb37e63854f Mon Sep 17 00:00:00 2001 From: Gitlab Runner for James Harton Date: Wed, 29 Sep 2021 23:52:44 +0000 Subject: [PATCH] chore: release version v0.2.2 --- CHANGELOG.md | 9 +++++++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 331debf..3779308 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.2.2](https://gitlab.com/jimsy/lamina_dashboard/compare/v0.2.1...v0.2.2) (2021-09-29) + + + + +### Bug Fixes: + +* don't make apps explode if liveview isn't present. + ## [v0.2.1](https://gitlab.com/jimsy/lamina_dashboard/compare/v0.2.0...v0.2.1) (2021-09-28) diff --git a/README.md b/README.md index 90c62a7..0295c11 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ dependencies in `mix.exs`: ```elixir def deps do [ - {:lamina_dashboard, "~> 0.2.1"} + {:lamina_dashboard, "~> 0.2.2"} ] end ``` diff --git a/mix.exs b/mix.exs index d3b3bb9..3758ad3 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Lamina.Dashboard.MixProject do use Mix.Project - @version "0.2.1" + @version "0.2.2" @description "A Phoenix LiveDashboard page for inspecting your Lamina configurations" def project do