Skip to content

Commit

Permalink
Release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
izelnakri committed Aug 30, 2024
1 parent 98e8593 commit 5aae29e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,19 @@ 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).

#### [v1.1.2](https://github.com/izelnakri/paper_trail/compare/v1.1.1...v1.1.2)

- comment out pgdata volume for docker-compose.yaml [`98e8593`](https://github.com/izelnakri/paper_trail/commit/98e8593f2649e9d795d323a97e090c1206515437)
- upgrade to elixir v1.17 [`85e49ff`](https://github.com/izelnakri/paper_trail/commit/85e49fff3cd4d3acc7258595da79647f6f47b430)
- update mix deps [`20594db`](https://github.com/izelnakri/paper_trail/commit/20594dbd3bc656cd546e8f4818c40da16b0013bd)
- node upgrade to v20 along with npm pkgs [`de62a4d`](https://github.com/izelnakri/paper_trail/commit/de62a4d3f3f873b6df5afd3a52ad9eb1a726800e)

#### [v1.1.1](https://github.com/izelnakri/paper_trail/compare/v1.1.0...v1.1.1)

> 30 August 2024
- Release 1.1.1 [`be3cf37`](https://github.com/izelnakri/paper_trail/commit/be3cf3772fccdffaaaed3a403337207431957f9b)

#### [v1.1.0](https://github.com/izelnakri/paper_trail/compare/v1.0.1...v1.1.0)

> 30 August 2024
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.MixProject do
use Mix.Project

@source_url "https://github.com/izelnakri/paper_trail"
@version "1.1.1"
@version "1.1.2"

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": "1.1.1",
"version": "1.1.2",
"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 5aae29e

Please sign in to comment.