Skip to content

Commit 5ca99ef

Browse files
committed
Release 0.12.3
1 parent c150e85 commit 5ca99ef

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d
44

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

7+
#### [v0.12.3](https://github.com/izelnakri/paper_trail/compare/v0.12.2...v0.12.3)
8+
9+
- update ecto & ecto-sql [`#136`](https://github.com/izelnakri/paper_trail/pull/136)
10+
711
#### [v0.12.2](https://github.com/izelnakri/paper_trail/compare/v0.12.1...v0.12.2)
812

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

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule PaperTrail.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/izelnakri/paper_trail"
5-
@version "0.12.2"
5+
@version "0.12.3"
66

77
def project do
88
[

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"name": "paper_trail",
44
"author": "Izel Nakri",
5-
"version": "0.12.2",
5+
"version": "0.12.3",
66
"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)",
77
"main": "index.js",
88
"repository": {

0 commit comments

Comments
 (0)