From 8da7909052d9cf1ff9c2435fa683d4866aedbd98 Mon Sep 17 00:00:00 2001 From: Izel Nakri Date: Sun, 10 Oct 2021 22:04:59 +0200 Subject: [PATCH] Release 0.14.3 --- CHANGELOG.md | 14 ++++++++++++++ mix.exs | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54357ecf..1730d792 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/mix.exs b/mix.exs index 50091e24..90353e69 100644 --- a/mix.exs +++ b/mix.exs @@ -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 [ diff --git a/package-lock.json b/package-lock.json index 176c67e4..4e69e258 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "paper_trail", - "version": "0.14.2", + "version": "0.14.3", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.14.2", + "version": "0.14.3", "license": "MIT", "devDependencies": { "@j-ulrich/release-it-regex-bumper": "^2.0.0", diff --git a/package.json b/package.json index 78c58da6..f782167e 100644 --- a/package.json +++ b/package.json @@ -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": {