Skip to content

Commit

Permalink
Release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Dec 1, 2022
1 parent 7037f11 commit 0b5e9e9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)

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
@@ -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": {
Expand Down

0 comments on commit 0b5e9e9

Please sign in to comment.