diff --git a/CHANGELOG.md b/CHANGELOG.md index d77fecc..4e3be76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,21 @@ 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.4.1](https://github.com/toorshia/justgage/compare/v1.4.0...v1.4.1) + +> 10 February 2021 + +- feat: labelFontFamily [`#358`](https://github.com/toorshia/justgage/pull/358) +- chore: bump ini from 1.3.5 to 1.3.7 [`#357`](https://github.com/toorshia/justgage/pull/357) +- chore: bump lodash from 4.17.15 to 4.17.19 [`#353`](https://github.com/toorshia/justgage/pull/353) + #### [v1.4.0](https://github.com/toorshia/justgage/compare/v1.3.5...v1.4.0) > 4 August 2020 - chore: bump websocket-extensions from 0.1.3 to 0.1.4 [`#350`](https://github.com/toorshia/justgage/pull/350) - chore: Upgrade raphael from 2.2.8 to 2.3.0 [`#347`](https://github.com/toorshia/justgage/pull/347) +- Release 1.4.0 [`fd67389`](https://github.com/toorshia/justgage/commit/fd67389065dc100f239dea293c1d1f342f6c1bad) - refactor: Cleaner code for pki e ndl custom functions [`d6308e3`](https://github.com/toorshia/justgage/commit/d6308e32a1ad48938c60dbc5b731a97d48e4f32f) - fix: umd template [`b51eddd`](https://github.com/toorshia/justgage/commit/b51eddd315078797d3d5b968ca1ccd87b618d231) diff --git a/package-lock.json b/package-lock.json index 8edd3ae..4149e61 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "justgage", - "version": "1.4.0", + "version": "1.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2194072..f755731 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "justgage", - "version": "1.4.0", + "version": "1.4.1", "description": "JustGage is a handy JavaScript plugin for generating and animating nice & clean gauges. It is based on Raphaël library for vector drawing, so it’s completely resolution independent and self-adjusting.", "main": "index.js", "scripts": {