Skip to content

Commit

Permalink
chore(main): release 0.1.2 (#44)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jun 17, 2024
1 parent 781c108 commit 24f4bd2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.1"
".": "0.1.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.2](https://github.com/elixir-tools/spitfire/compare/v0.1.1...v0.1.2) (2024-06-17)


### Bug Fixes

* typespec for Spitfire.Env ([#43](https://github.com/elixir-tools/spitfire/issues/43)) ([781c108](https://github.com/elixir-tools/spitfire/commit/781c108d2142a3cf0df31e9d6f46c05c54f461d0))

## [0.1.1](https://github.com/elixir-tools/spitfire/compare/v0.1.0...v0.1.1) (2024-06-14)


Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defmodule Spitfire.MixProject do
[
app: :spitfire,
description: "Error resilient parser for Elixir",
version: "0.1.1",
version: "0.1.2",
elixir: "~> 1.15",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit 24f4bd2

Please sign in to comment.