Skip to content

Commit

Permalink
Release 0.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
izelnakri committed Mar 26, 2021
1 parent c150e85 commit 5ca99ef
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v0.12.3](https://github.com/izelnakri/paper_trail/compare/v0.12.2...v0.12.3)

- update ecto & ecto-sql [`#136`](https://github.com/izelnakri/paper_trail/pull/136)

#### [v0.12.2](https://github.com/izelnakri/paper_trail/compare/v0.12.1...v0.12.2)

> 26 March 2021
- fix: typespecs [`#135`](https://github.com/izelnakri/paper_trail/pull/135)
- Bump actions/cache from v2 to v2.1.4 [`#130`](https://github.com/izelnakri/paper_trail/pull/130)
- Release 0.12.2 [`4a39e05`](https://github.com/izelnakri/paper_trail/commit/4a39e0542eed46a46aa641037dd4e2192f14888e)
- update release-it [`149fa89`](https://github.com/izelnakri/paper_trail/commit/149fa897c475d29faf9081cbe10a7db9d2602efd)
- format lib/paper_trail/version_queries.ex [`f9b881c`](https://github.com/izelnakri/paper_trail/commit/f9b881c49a177a97aae7c72542a4bc1b20a6b0c3)

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 PaperTrail.Mixfile do
use Mix.Project

@source_url "https://github.com/izelnakri/paper_trail"
@version "0.12.2"
@version "0.12.3"

def project do
[
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "paper_trail",
"author": "Izel Nakri",
"version": "0.12.2",
"version": "0.12.3",
"description": "[![Hex Version](http://img.shields.io/hexpm/v/paper_trail.svg?style=flat)](https://hex.pm/packages/paper_trail) [![Hex docs](http://img.shields.io/badge/hex.pm-docs-green.svg?style=flat)](https://hexdocs.pm/paper_trail/PaperTrail.html) [![Total Download](https://img.shields.io/hexpm/dt/paper_trail.svg)](https://hex.pm/packages/paper_trail) [![License](https://img.shields.io/hexpm/l/paper_trail.svg)](https://github.com/izelnakri/paper_trail/blob/main/LICENSE) [![Last Updated](https://img.shields.io/github/last-commit/izelnakri/paper_trail.svg)](https://github.com/izelnakri/paper_trail/commits/main)",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 5ca99ef

Please sign in to comment.