Skip to content

Commit

Permalink
chore: release version v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaertschi committed Aug 7, 2024
1 parent 8ed3edc commit b488b1b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

<!-- changelog -->

## [v1.0.1](https://github.com/zebbra/ash_pagify/compare/v1.0.0...v1.0.1) (2024-08-07)




### Bug Fixes:

* undo unstaged changes

## [v1.0.0](https://github.com/zebbra/ash_pagify/compare/v0.1.2...v1.0.0) (2024-08-07)
### Breaking Changes:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Then simply add `ash_pagify` to your list of dependencies in `mix.exs` and run
```elixir
def deps do
[
{:ash_pagify, "~> 1.0.0"}
{:ash_pagify, "~> 1.0.1"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule AshPagify.MixProject do
Adds full-text search, scoping, filtering, ordering, and pagination APIs for the Ash Framework.
"""

@version "1.0.0"
@version "1.0.1"

def project do
[
Expand Down

0 comments on commit b488b1b

Please sign in to comment.