Skip to content

Commit e0dfac9

Browse files
committed
prepare targeted bugfix release
1 parent ae0cf65 commit e0dfac9

3 files changed

Lines changed: 3 additions & 6 deletions

File tree

CHANGES.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
# next (git)
2-
3-
## Breaking changes
4-
-
1+
# v2.2.1 (2023-02-16)
52

63
## Future incompatibilities
74
- `window.smoothPlotter` will not be set by `extras/smooth-plotter.js` any more RSN

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dygraphs",
3-
"version": "2.2.1-alpha.0",
3+
"version": "2.2.1",
44
"description": "dygraphs is a fast, flexible open source JavaScript charting library.",
55
"main": "index.es5",
66
"module": "index",

src/dygraph.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ var Dygraph = function Dygraph(div, data, opts) {
9595
};
9696

9797
Dygraph.NAME = "Dygraph";
98-
Dygraph.VERSION = "2.2.1-alpha.0";
98+
Dygraph.VERSION = "2.2.1";
9999

100100
// internal autoloader workaround
101101
var _addrequire = {};

0 commit comments

Comments
 (0)