Skip to content

Commit b5ae44f

Browse files
committed
Release 0.14.2
1 parent 8374c53 commit b5ae44f

File tree

4 files changed

+21
-4
lines changed

4 files changed

+21
-4
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,25 @@ 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.14.2](https://github.com/izelnakri/paper_trail/compare/v0.14.1...v0.14.2)
8+
9+
- Bump docker/setup-buildx-action from 1 to 1.3.0 [`#142`](https://github.com/izelnakri/paper_trail/pull/142)
10+
- Bump docker/login-action from 1 to 1.9.0 [`#143`](https://github.com/izelnakri/paper_trail/pull/143)
11+
- Bump actions/cache from 2.1.5 to 2.1.6 [`#147`](https://github.com/izelnakri/paper_trail/pull/147)
12+
- Bump actions/checkout from 2 to 2.3.4 [`#144`](https://github.com/izelnakri/paper_trail/pull/144)
13+
- Bump docker/build-push-action from 2 to 2.4.0 [`#145`](https://github.com/izelnakri/paper_trail/pull/145)
14+
- add insert_or_update/2 and insert_or_update!/2 [`#141`](https://github.com/izelnakri/paper_trail/pull/141)
15+
- update npm deps [`8374c53`](https://github.com/izelnakri/paper_trail/commit/8374c53177ff24e9705b576ae9c1b83c75976a89)
16+
- add Christoph Schmatzler to contributors [`64a1321`](https://github.com/izelnakri/paper_trail/commit/64a13212bffe7ba0445b533964d86d732f88a620)
17+
- write npm test script with .env [`17cb2b0`](https://github.com/izelnakri/paper_trail/commit/17cb2b023d6f5f74c6b132d998e68084f88bc59f)
18+
- make options list always from predefined value [`d27007f`](https://github.com/izelnakri/paper_trail/commit/d27007f309b5e357dd1674e7f87126db4514d03d)
19+
- add Don Barlow to contributors [`80c7a87`](https://github.com/izelnakri/paper_trail/commit/80c7a87f1151f022bf0822f16a7ce8932ecf3ca2)
20+
721
#### [v0.14.1](https://github.com/izelnakri/paper_trail/compare/v0.14.0...v0.14.1)
822

23+
> 25 May 2021
24+
25+
- Release 0.14.1 [`df7225c`](https://github.com/izelnakri/paper_trail/commit/df7225c87d785eff51f886bd89de2b4546fff171)
926
- deps updated [`5d43f87`](https://github.com/izelnakri/paper_trail/commit/5d43f87f720bccbe11bc06a3048336d3c17573fd)
1027

1128
#### [v0.14.0](https://github.com/izelnakri/paper_trail/compare/v0.13.0...v0.14.0)

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.14.1"
5+
@version "0.14.2"
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.14.1",
5+
"version": "0.14.2",
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)