Skip to content

Commit

Permalink
prepare targeted bugfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
mirabilos committed Feb 16, 2023
1 parent ae0cf65 commit e0dfac9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# next (git)

## Breaking changes
-
# v2.2.1 (2023-02-16)

## Future incompatibilities
- `window.smoothPlotter` will not be set by `extras/smooth-plotter.js` any more RSN
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dygraphs",
"version": "2.2.1-alpha.0",
"version": "2.2.1",
"description": "dygraphs is a fast, flexible open source JavaScript charting library.",
"main": "index.es5",
"module": "index",
Expand Down
2 changes: 1 addition & 1 deletion src/dygraph.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ var Dygraph = function Dygraph(div, data, opts) {
};

Dygraph.NAME = "Dygraph";
Dygraph.VERSION = "2.2.1-alpha.0";
Dygraph.VERSION = "2.2.1";

// internal autoloader workaround
var _addrequire = {};
Expand Down

0 comments on commit e0dfac9

Please sign in to comment.