Skip to content

Commit

Permalink
Release 0.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
izelnakri committed Oct 10, 2021
1 parent cbc6e60 commit 8da7909
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,28 @@ 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.3](https://github.com/izelnakri/paper_trail/compare/v0.14.2...v0.14.3)

- avoid compile-time dependency with Application.get_env at macro [`#158`](https://github.com/izelnakri/paper_trail/pull/158)
- Bump docker/build-push-action from 2.6.1 to 2.7.0 [`#156`](https://github.com/izelnakri/paper_trail/pull/156)
- Bump docker/setup-buildx-action from 1.5.1 to 1.6.0 [`#157`](https://github.com/izelnakri/paper_trail/pull/157)
- Bump docker/login-action from 1.9.0 to 1.10.0 [`#149`](https://github.com/izelnakri/paper_trail/pull/149)
- Bump docker/build-push-action from 2.4.0 to 2.6.1 [`#151`](https://github.com/izelnakri/paper_trail/pull/151)
- Bump docker/setup-buildx-action from 1.3.0 to 1.5.1 [`#155`](https://github.com/izelnakri/paper_trail/pull/155)
- update dependencies & formatting [`cbc6e60`](https://github.com/izelnakri/paper_trail/commit/cbc6e605293f1a7ad387ac6dee8e525bcbc8b63e)
- .env fix [`643d4a8`](https://github.com/izelnakri/paper_trail/commit/643d4a8f0a28a52527407471f02741e624290d6d)

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

> 30 May 2021
- 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)
- Release 0.14.2 [`b5ae44f`](https://github.com/izelnakri/paper_trail/commit/b5ae44fec4cd69871215ee7f886e326d390baad2)
- 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)
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.2"
@version "0.14.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.14.2",
"version": "0.14.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 8da7909

Please sign in to comment.