Skip to content

Commit 919ecf0

Browse files
committed
Release 0.14.5
1 parent c025cf7 commit 919ecf0

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@ 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.5](https://github.com/izelnakri/paper_trail/compare/v0.14.4...v0.14.5)
8+
9+
- Update hex packages [`c025cf7`](https://github.com/izelnakri/paper_trail/commit/c025cf7fc61300ce483c58d7b07002d1bcadee4c)
10+
711
#### [v0.14.4](https://github.com/izelnakri/paper_trail/compare/v0.14.3...v0.14.4)
812

13+
> 20 December 2022
14+
915
- Bump actions/cache from 3.0.7 to 3.0.8 [`#194`](https://github.com/izelnakri/paper_trail/pull/194)
1016
- Bump docker/setup-buildx-action from 1.7.0 to 2.0.0 [`#179`](https://github.com/izelnakri/paper_trail/pull/179)
1117
- 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).
2228
- Bump docker/login-action from 1.10.0 to 1.12.0 [`#163`](https://github.com/izelnakri/paper_trail/pull/163)
2329
- Bump actions/checkout from 2.3.5 to 2.4.0 [`#161`](https://github.com/izelnakri/paper_trail/pull/161)
2430
- Bump actions/cache from 2.1.6 to 2.1.7 [`#162`](https://github.com/izelnakri/paper_trail/pull/162)
31+
- Release 0.14.4 [`065280c`](https://github.com/izelnakri/paper_trail/commit/065280cf09b70bb2c37d4748cdd841543a9706b4)
2532
- update npm pkgs for release [`122ade7`](https://github.com/izelnakri/paper_trail/commit/122ade72ec1d9f48f5bf59778aa4f85caf7c3691)
2633
- upgrade npm dev packages [`c9d9642`](https://github.com/izelnakri/paper_trail/commit/c9d96422ff0d40290c02fcf50aaf739a9f22c0ea)
2734
- Bump actions/checkout from 2.3.4 to 2.3.5 [`235d825`](https://github.com/izelnakri/paper_trail/commit/235d8251c30b6fc4e9f46a7366f6dc5b5156f8a0)

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