Skip to content

Commit

Permalink
chore(master): release 4.0.2 (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeternity-bot authored Jun 6, 2024
1 parent 120d519 commit 76ca918
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [4.0.2](https://github.com/aeternity/aerepl-web/compare/v4.0.1...v4.0.2) (2024-06-06)


### Bug Fixes

* The way errors are shown in the interface ([#76](https://github.com/aeternity/aerepl-web/issues/76)) ([120d519](https://github.com/aeternity/aerepl-web/commit/120d519862ad409e6536f5d79b6f567612255d4f))

## [4.0.1](https://github.com/aeternity/aerepl-web/compare/v4.0.0...v4.0.1) (2024-05-30)


Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule AereplServer.MixProject do
def project do
[
app: :aerepl_web,
version: "4.0.1",
version: "4.0.2",
elixir: "~> 1.15",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:phoenix] ++ Mix.compilers(),
Expand Down

0 comments on commit 76ca918

Please sign in to comment.