Skip to content

Commit

Permalink
Bump to version 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
swederik committed Dec 5, 2018
1 parent 86e2d04 commit 96dc5f8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions packages/dicomImageLoader/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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.3] - 2018-12-05
### Added
- Added default export named 'cornerstoneWADOImageLoader' to the module

### Fixed
- Switched 'module' in package.json to point to dist/cornerstoneWADOImageLoader.min.js

## [2.2.2] - 2018-10-29
### Fixed
- fix(wado-rs): Fix broken case for getTransferSyntaxForContentType
Expand Down
2 changes: 1 addition & 1 deletion packages/dicomImageLoader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cornerstone-wado-image-loader",
"version": "2.2.2",
"version": "2.2.3",
"description": "Cornerstone ImageLoader for DICOM WADO-URI",
"keywords": [
"DICOM",
Expand Down
2 changes: 1 addition & 1 deletion packages/dicomImageLoader/src/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '2.2.2';
export default '2.2.3';

0 comments on commit 96dc5f8

Please sign in to comment.