diff --git a/CHANGELOG.md b/CHANGELOG.md index 328721f7..81f19122 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,20 @@ 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.12.2](https://github.com/izelnakri/paper_trail/compare/v0.12.1...v0.12.2) + +- fix: typespecs [`#135`](https://github.com/izelnakri/paper_trail/pull/135) +- Bump actions/cache from v2 to v2.1.4 [`#130`](https://github.com/izelnakri/paper_trail/pull/130) +- update release-it [`149fa89`](https://github.com/izelnakri/paper_trail/commit/149fa897c475d29faf9081cbe10a7db9d2602efd) +- format lib/paper_trail/version_queries.ex [`f9b881c`](https://github.com/izelnakri/paper_trail/commit/f9b881c49a177a97aae7c72542a4bc1b20a6b0c3) + #### [v0.12.1](https://github.com/izelnakri/paper_trail/compare/v0.12.0...v0.12.1) +> 30 January 2021 + - fix for setting embed to nil [`#129`](https://github.com/izelnakri/paper_trail/pull/129) - Add ELixir Format Checker [`#126`](https://github.com/izelnakri/paper_trail/pull/126) +- Release 0.12.1 [`2b409f1`](https://github.com/izelnakri/paper_trail/commit/2b409f1829fdb678d92ed1789a6439a99a4e2e25) - upgrade @j-ulrich/release-it-regex-bumper [`719b375`](https://github.com/izelnakri/paper_trail/commit/719b37591d1ea3c70c57d6efb31c296446ecbc55) - containerize $ mix format [`fd9463d`](https://github.com/izelnakri/paper_trail/commit/fd9463d4df5a114c881da9a3e400f0246d1b9adc) diff --git a/mix.exs b/mix.exs index e9f0bbec..319536dc 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.12.1" + @version "0.12.2" def project do [ diff --git a/package-lock.json b/package-lock.json index e5d9e9aa..dfe87edb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "paper_trail", - "version": "0.12.1", + "version": "0.12.2", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.12.1", + "version": "0.12.2", "license": "MIT", "devDependencies": { "@j-ulrich/release-it-regex-bumper": "^1.2.1", diff --git a/package.json b/package.json index dca69571..3f2fe459 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "name": "paper_trail", "author": "Izel Nakri", - "version": "0.12.1", + "version": "0.12.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": {