diff --git a/CHANGELOG.md b/CHANGELOG.md index c865968..b813031 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +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.5.0](https://github.com/toorshia/justgage/compare/v1.4.3...v1.5.0) + +> 11 June 2021 + +- chore: setup eslint with workflow [`#364`](https://github.com/toorshia/justgage/pull/364) + #### [v1.4.3](https://github.com/toorshia/justgage/compare/v1.4.2...v1.4.3) > 11 June 2021 - feat: use custom formats when `textRenderer` returns `false` [`#363`](https://github.com/toorshia/justgage/pull/363) - chore: bump lodash from 4.17.19 to 4.17.21 [`#361`](https://github.com/toorshia/justgage/pull/361) +- Release 1.4.3 [`7ab8342`](https://github.com/toorshia/justgage/commit/7ab83426f52ad3db64d9e189b30159f2c072216c) #### [v1.4.2](https://github.com/toorshia/justgage/compare/v1.4.1...v1.4.2) diff --git a/package-lock.json b/package-lock.json index 8316405..ba27c4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "justgage", - "version": "1.4.3", + "version": "1.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f4fe270..c7de7bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "justgage", - "version": "1.4.3", + "version": "1.5.0", "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": {