Skip to content

Commit

Permalink
Release 0.14.5
Browse files Browse the repository at this point in the history
  • Loading branch information
izelnakri committed Dec 20, 2022
1 parent c025cf7 commit 919ecf0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
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.4"
@version "0.14.5"

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.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": {
Expand Down

0 comments on commit 919ecf0

Please sign in to comment.