Skip to content

Commit

Permalink
Version 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iangilman committed Dec 16, 2022
1 parent c93df98 commit 8e6196a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
OPENSEADRAGON CHANGELOG
=======================

3.2.0: (in progress...)
4.0.0:

* NEW BEHAVIOR: Setting the viewport rotation now animates by default (pass false for the new `immediately` parameter to disable) (#2136 @jonasengelmann)
* NEW BEHAVIOR: The auto resize now takes both width and height into account when scaling the contents proportionally to the viewer (#2256 @pearcetm)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openseadragon",
"version": "3.1.0",
"version": "4.0.0",
"description": "Provides a smooth, zoomable user interface for HTML/Javascript.",
"keywords": [
"image",
Expand Down Expand Up @@ -47,4 +47,4 @@
"test": "grunt test",
"prepare": "grunt build"
}
}
}

0 comments on commit 8e6196a

Please sign in to comment.