Skip to content

Commit

Permalink
Update version history in JS file.
Browse files Browse the repository at this point in the history
Relates to #82, #84.
  • Loading branch information
drewnoakes committed Aug 25, 2017
1 parent f33ad75 commit 21fc647
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "smoothie",
"version": "1.29.1",
"version": "1.30.0",
"description": "Smoothie Charts: smooooooth JavaScript charts for realtime streaming data",
"main": "./smoothie.js",
"types": "./smoothie.d.ts",
Expand Down
2 changes: 2 additions & 0 deletions smoothie.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@
* v1.28: Add 'minValueScale' option, by @megawac
* Fix 'labelPos' for different size of 'minValueString' 'maxValueString', by @henryn
* v1.29: Support responsive sizing, by @drewnoakes
* v1.29.1: Include types in package, and make property optional, by @TrentHouliston
* v1.30: Fix inverted logic in devicePixelRatio support, by @scanlime
*/

;(function(exports) {
Expand Down

0 comments on commit 21fc647

Please sign in to comment.