Skip to content

Commit

Permalink
Release v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eahanson committed Jan 4, 2025
1 parent 62a690f commit 983c766
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased changes

## 3.1.0

- Add `Pages.get_context` and `Pages.put_context` functions.

## 3.0.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ assert page.context == %{some_key: "some_value"}
```elixir
def deps do
[
{:pages, "~> 3.0", only: :test}
{:pages, "~> 3.1", only: :test}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Pages.MixProject do
use Mix.Project

@scm_url "https://github.com/synchronal/pages"
@version "3.0.1"
@version "3.1.0"

def application do
[
Expand Down

0 comments on commit 983c766

Please sign in to comment.