Skip to content

Commit

Permalink
chore(main): release 1.0.2 (#12)
Browse files Browse the repository at this point in the history
An automated release has been created for you.
---


## [1.0.2](v1.0.1...v1.0.2)
(2024-02-08)


### Miscellaneous

* Add description ([#11](#11))
([44eba46](44eba46))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
stord-engineering-account committed Feb 8, 2024
1 parent 44eba46 commit 125d60a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 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 @@
{
".": "1.0.1"
".": "1.0.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.2](https://github.com/stordco/lunar/compare/v1.0.1...v1.0.2) (2024-02-08)


### Miscellaneous

* Add description ([#11](https://github.com/stordco/lunar/issues/11)) ([44eba46](https://github.com/stordco/lunar/commit/44eba4642b02e40fc1b615d224fff17b357c0325))

## [1.0.1](https://github.com/stordco/lunar/compare/v1.0.0...v1.0.1) (2024-02-07)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Experimental Elixir wrapper for luerl.
```elixir
def deps do
[
{:lunar, "~> 1.0.1"}
{:lunar, "~> 1.0.2"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ defmodule Lunar.MixProject do
elixir: "~> 1.13",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
version: "1.0.1",
version: "1.0.2",
test_coverage: [tool: ExCoveralls],
package: package()
]
Expand Down

0 comments on commit 125d60a

Please sign in to comment.