Skip to content

Commit

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


## [1.3.0](v1.2.0...v1.3.0)
(2023-10-11)


### Features

* Add support for all asc/desc sorting order combinations
([duffelhq#136](https://github.com/stordco/paginator/issues/136))
([9e5b1d2](9e5b1d2))


### Miscellaneous

* Setup common-config-elixir
([#1](#1))
([af8424d](af8424d))

---
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 authored Oct 11, 2023
1 parent af8424d commit 7da884d
Show file tree
Hide file tree
Showing 4 changed files with 15 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.2.0"
".": "1.3.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.3.0](https://github.com/stordco/paginator/compare/v1.2.0...v1.3.0) (2023-10-11)


### Features

* Add support for all asc/desc sorting order combinations ([#136](https://github.com/stordco/paginator/issues/136)) ([9e5b1d2](https://github.com/stordco/paginator/commit/9e5b1d21b71797966ec2be5e6eea8d628bb24dd2))


### Miscellaneous

* Setup common-config-elixir ([#1](https://github.com/stordco/paginator/issues/1)) ([af8424d](https://github.com/stordco/paginator/commit/af8424dc9fb7d227b0d13b2bbc1c5380dcb7f6ac))

## v1.2.0 - 2022-10-27
* Make config raise specific domain specific error ([#176](https://github.com/duffelhq/paginator/pull/176))
* Update package dependencies
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Add `:paginator` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:paginator, "~> 1.2.0", organization: "stord"}
{:paginator, "~> 1.3.0", organization: "stord"}
]
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 Paginator.Mixfile do
use Mix.Project

@source_url "https://github.com/stordco/paginator"
@version "1.2.0"
@version "1.3.0"

def project do
[
Expand Down

0 comments on commit 7da884d

Please sign in to comment.