Skip to content

Commit

Permalink
Release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
izelnakri committed Aug 30, 2024
1 parent 7570e2c commit be3cf37
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@ 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.1](https://github.com/izelnakri/paper_trail/compare/v1.1.0...v1.1.1)

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

> 30 August 2024
- Release 1.1.0 [`7570e2c`](https://github.com/izelnakri/paper_trail/commit/7570e2c00732c5396c2bc32a23b4cb3e5d255fdb)
- fix MixFile deprecations [`c6c54b0`](https://github.com/izelnakri/paper_trail/commit/c6c54b0f415835cf9e87ad18be74cfd4e510f8b2)

#### [v1.0.1](https://github.com/izelnakri/paper_trail/compare/v1.0.0...v1.0.1)
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.0"
@version "1.1.1"

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.0",
"version": "1.1.1",
"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 be3cf37

Please sign in to comment.