diff --git a/CHANGELOG.md b/CHANGELOG.md index 984424e6..ba2e9891 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,14 @@ 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.5](https://github.com/izelnakri/paper_trail/compare/v0.14.4...v0.14.5) + +- Update hex packages [`c025cf7`](https://github.com/izelnakri/paper_trail/commit/c025cf7fc61300ce483c58d7b07002d1bcadee4c) + #### [v0.14.4](https://github.com/izelnakri/paper_trail/compare/v0.14.3...v0.14.4) +> 20 December 2022 + - Bump actions/cache from 3.0.7 to 3.0.8 [`#194`](https://github.com/izelnakri/paper_trail/pull/194) - Bump docker/setup-buildx-action from 1.7.0 to 2.0.0 [`#179`](https://github.com/izelnakri/paper_trail/pull/179) - Bump docker/login-action from 1.14.1 to 2.0.0 [`#180`](https://github.com/izelnakri/paper_trail/pull/180) @@ -22,6 +28,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Bump docker/login-action from 1.10.0 to 1.12.0 [`#163`](https://github.com/izelnakri/paper_trail/pull/163) - Bump actions/checkout from 2.3.5 to 2.4.0 [`#161`](https://github.com/izelnakri/paper_trail/pull/161) - Bump actions/cache from 2.1.6 to 2.1.7 [`#162`](https://github.com/izelnakri/paper_trail/pull/162) +- Release 0.14.4 [`065280c`](https://github.com/izelnakri/paper_trail/commit/065280cf09b70bb2c37d4748cdd841543a9706b4) - update npm pkgs for release [`122ade7`](https://github.com/izelnakri/paper_trail/commit/122ade72ec1d9f48f5bf59778aa4f85caf7c3691) - upgrade npm dev packages [`c9d9642`](https://github.com/izelnakri/paper_trail/commit/c9d96422ff0d40290c02fcf50aaf739a9f22c0ea) - Bump actions/checkout from 2.3.4 to 2.3.5 [`235d825`](https://github.com/izelnakri/paper_trail/commit/235d8251c30b6fc4e9f46a7366f6dc5b5156f8a0) diff --git a/mix.exs b/mix.exs index f310b4e2..16342130 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.4" + @version "0.14.5" def project do [ diff --git a/package-lock.json b/package-lock.json index 8f0e678a..c66541d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "paper_trail", - "version": "0.14.4", + "version": "0.14.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "paper_trail", - "version": "0.14.4", + "version": "0.14.5", "license": "MIT", "devDependencies": { "@j-ulrich/release-it-regex-bumper": "^4.1.1", diff --git a/package.json b/package.json index a9d734f9..aa961da0 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "name": "paper_trail", "author": "Izel Nakri", - "version": "0.14.4", + "version": "0.14.5", "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": {