diff --git a/CHANGELOG.md b/CHANGELOG.md index 48bcce9..c327600 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,24 @@ 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.6.0](https://github.com/toorshia/justgage/compare/v1.5.1...v1.6.0) + +- feat: differential gauge [`#380`](https://github.com/toorshia/justgage/pull/380) +- chore: bump got and release-it [`#378`](https://github.com/toorshia/justgage/pull/378) +- chore: bump parse-url from 6.0.0 to 6.0.5 [`#377`](https://github.com/toorshia/justgage/pull/377) +- chore: bump minimist from 1.2.5 to 1.2.6 [`#369`](https://github.com/toorshia/justgage/pull/369) +- chore: bump deps and fix example [`7037f11`](https://github.com/toorshia/justgage/commit/7037f11927a6c3c590e7c36b0034aaa4c3742216) +- chore: bump ci [`da56338`](https://github.com/toorshia/justgage/commit/da563389aa25c5d5ceeea346e6df9d47daa7f589) + #### [v1.5.1](https://github.com/toorshia/justgage/compare/v1.5.0...v1.5.1) +> 10 December 2021 + - fix: dtyle conflict with multiple gauges created using the "parentNode" method [`#367`](https://github.com/toorshia/justgage/pull/367) - chore: bump path-parse from 1.0.6 to 1.0.7 [`#366`](https://github.com/toorshia/justgage/pull/366) - chore: add release-it [`a7f66e6`](https://github.com/toorshia/justgage/commit/a7f66e671597fd18e9b6aa1815da027555cdf004) - chore: add auto-changelog and fix audit [`ec9b25b`](https://github.com/toorshia/justgage/commit/ec9b25b798e91222374968145b161185252880af) +- Release 1.5.1 [`efe8533`](https://github.com/toorshia/justgage/commit/efe853330e9500e8b59b357eebc39ce3c3da88ed) #### [v1.5.0](https://github.com/toorshia/justgage/compare/v1.4.3...v1.5.0) @@ -170,7 +182,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - [build] Fix raphael dependencies [`f71c4a2`](https://github.com/toorshia/justgage/commit/f71c4a2045851ad7db259f793b1c8454e796839c) - [build] Fixed version in package.json [`f6b03b5`](https://github.com/toorshia/justgage/commit/f6b03b58631382a0cb47f7e8561ff86580c227e3) - fixed route [`7231c75`](https://github.com/toorshia/justgage/commit/7231c7517309334d71f2ac635a103f53a5e76f23) -- main: now references index.js [`d062a85`](https://github.com/toorshia/justgage/commit/d062a85b518aa4f1fa7bbe4be726ae12647db552) +- main: now references index.js [`d062a85`](https://github.com/toorshia/justgage/commit/d062a85b518aa4f1fa7bbe4be726ae12647db552) - [build] Ignore changelog old in npm release [`498d4af`](https://github.com/toorshia/justgage/commit/498d4afd563692c8a6b6aef7ab57c83470d4a207) #### [1.2.9](https://github.com/toorshia/justgage/compare/1.2.8...1.2.9) @@ -243,7 +255,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - add three new visual options (title position/font, value font) [`#190`](https://github.com/toorshia/justgage/pull/190) - demo for font options [`6fdcfbf`](https://github.com/toorshia/justgage/commit/6fdcfbfdee32365c02e6876c460a1579424cb37e) -- add three new visual options [`5ba12ff`](https://github.com/toorshia/justgage/commit/5ba12ff290125fe7eec0df82cf4a9b7fc98cb1e7) +- add three new visual options [`5ba12ff`](https://github.com/toorshia/justgage/commit/5ba12ff290125fe7eec0df82cf4a9b7fc98cb1e7) - version update [`71722a6`](https://github.com/toorshia/justgage/commit/71722a6b5bd4fe37377be3eb068a98a7734797d5) - remove line [`d6470f6`](https://github.com/toorshia/justgage/commit/d6470f6a81c43c39b4c1ff8c313267528c884cb9) diff --git a/package-lock.json b/package-lock.json index ebbb024..656bd78 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "justgage", - "version": "1.5.1", + "version": "1.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "justgage", - "version": "1.5.1", + "version": "1.6.0", "license": "MIT", "dependencies": { "raphael": "^2.3.0" diff --git a/package.json b/package.json index f623756..a9270ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "justgage", - "version": "1.5.1", + "version": "1.6.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": {