Skip to content

Commit

Permalink
chore(main): release 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thebeambot authored and doomspork committed Sep 28, 2024
1 parent fc8a593 commit 2708218
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [3.1.1](https://github.com/beam-community/scrivener_headers/compare/v3.1.0...v3.1.1) (2024-09-26)


### Bug Fixes

* add missing version file to package manifest ([#15](https://github.com/beam-community/scrivener_headers/issues/15)) ([8f8439e](https://github.com/beam-community/scrivener_headers/commit/8f8439e6cbdef169963fa02b21191b0d0fe5949d))
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule Scrivener.Headers.Mixfile do
def project do
[
app: :scrivener_headers,
version: "3.2.2",
version: "3.1.1",
elixir: "~> 1.4",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 2708218

Please sign in to comment.