Skip to content

Commit

Permalink
Version 1.35
Browse files Browse the repository at this point in the history
  • Loading branch information
drewnoakes committed Apr 20, 2018
1 parent c44c5ff commit d783b03
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
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.34.0",
"version": "1.35.0",
"description": "Smoothie Charts: smooooooth JavaScript charts for realtime streaming data",
"main": "./smoothie.js",
"types": "./smoothie.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion smoothie.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for Smoothie Charts 1.34
// Type definitions for Smoothie Charts 1.35
// Project: https://github.com/joewalnes/smoothie
// Definitions by: Drew Noakes <https://drewnoakes.com>
// Mike H. Hawley <https://github.com/mikehhawley>
Expand Down
1 change: 1 addition & 0 deletions smoothie.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
* Add displayDataFromPercentile option, by @annazhelt (#95)
* Fix bug when hiding tooltip element, by @ralphwetzel (#96)
* Support intermediate y-axis labels, by @beikeland (#99)
* v1.35: Fix issue with responsive mode at high DPI, by @drewnoakes (#101)
*/

;(function(exports) {
Expand Down

0 comments on commit d783b03

Please sign in to comment.