Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ananthakumaran committed Aug 20, 2023
1 parent dcee67c commit ade9853
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [0.14.0] - 2023-08-20
### Added
- Add support for phx-live 0.19 and phx 1.7 by @ananthakumaran
### Breaking Changes
- Drop support for LiveView 0.17

## [0.13.0] - 2022-11-25
### Added
- Add support for exq_scheduler on UI #124 by @ananthakumaran
Expand Down
6 changes: 3 additions & 3 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 mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule ExqUI.MixProject do
use Mix.Project

@version "0.13.0"
@version "0.14.0"

def project do
[
Expand Down

0 comments on commit ade9853

Please sign in to comment.