Skip to content

Commit

Permalink
Create release version 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaid-Safadi committed Apr 24, 2018
1 parent c29647b commit f13f097
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [2.2.1] - 2018-04-23
### Fixed
- Fixed viewport scale is NaN when row/col pixel spacing is not present (Issue #262).

## [2.2.0] - 2018-04-11
### Added
- Added and exported EVENTS constants for all cornerstone events (thanks @medihack)
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": "cornerstone-core",
"version": "2.2.1-rc1",
"version": "2.2.1",
"description": "HTML5 Medical Image Viewer Component",
"main": "./dist/cornerstone.min.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '2.2.1-rc1';
export default '2.2.1';

0 comments on commit f13f097

Please sign in to comment.