Skip to content

Commit

Permalink
Release 0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
izelnakri committed May 30, 2021
1 parent 8374c53 commit b5ae44f
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,25 @@ 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.14.2](https://github.com/izelnakri/paper_trail/compare/v0.14.1...v0.14.2)

- Bump docker/setup-buildx-action from 1 to 1.3.0 [`#142`](https://github.com/izelnakri/paper_trail/pull/142)
- Bump docker/login-action from 1 to 1.9.0 [`#143`](https://github.com/izelnakri/paper_trail/pull/143)
- Bump actions/cache from 2.1.5 to 2.1.6 [`#147`](https://github.com/izelnakri/paper_trail/pull/147)
- Bump actions/checkout from 2 to 2.3.4 [`#144`](https://github.com/izelnakri/paper_trail/pull/144)
- Bump docker/build-push-action from 2 to 2.4.0 [`#145`](https://github.com/izelnakri/paper_trail/pull/145)
- add insert_or_update/2 and insert_or_update!/2 [`#141`](https://github.com/izelnakri/paper_trail/pull/141)
- update npm deps [`8374c53`](https://github.com/izelnakri/paper_trail/commit/8374c53177ff24e9705b576ae9c1b83c75976a89)
- add Christoph Schmatzler to contributors [`64a1321`](https://github.com/izelnakri/paper_trail/commit/64a13212bffe7ba0445b533964d86d732f88a620)
- write npm test script with .env [`17cb2b0`](https://github.com/izelnakri/paper_trail/commit/17cb2b023d6f5f74c6b132d998e68084f88bc59f)
- make options list always from predefined value [`d27007f`](https://github.com/izelnakri/paper_trail/commit/d27007f309b5e357dd1674e7f87126db4514d03d)
- add Don Barlow to contributors [`80c7a87`](https://github.com/izelnakri/paper_trail/commit/80c7a87f1151f022bf0822f16a7ce8932ecf3ca2)

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

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

#### [v0.14.0](https://github.com/izelnakri/paper_trail/compare/v0.13.0...v0.14.0)
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.14.1"
@version "0.14.2"

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.14.1",
"version": "0.14.2",
"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 b5ae44f

Please sign in to comment.