Skip to content

Commit e0d9896

Browse files
committed
Bump version 2.2.4
1 parent ffc0769 commit e0d9896

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [2.2.4] - 2018-05-04
8+
### Removed
9+
- Removed old fix for clearing the canvas after swaping between 2 colorSpaces (issue #151)
10+
711
## [2.2.3] - 2018-05-02
812
### Fixed
913
- Fixed multiple images with different colorSpaces not being rendered correctly (issue #151)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cornerstone-core",
3-
"version": "2.2.3",
3+
"version": "2.2.4",
44
"description": "HTML5 Medical Image Viewer Component",
55
"main": "./dist/cornerstone.min.js",
66
"keywords": [

src/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default '2.2.3';
1+
export default '2.2.4';

0 commit comments

Comments
 (0)