Skip to content

Commit

Permalink
Bump to version 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
swederik committed Dec 5, 2018
1 parent 796ae12 commit 7b53955
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changelog.md
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).

## [1.8.2] - 2018-12-05
### Added
- Added default export named 'dicomParser' to the module

## [1.8.1] - 2018-05-16
### Fix
- Fix module field inside package.json was pointing to src file that is not present in new npm module, pointed it to dist folder now. (issue#91)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "dicom-parser",
"version": "1.8.1",
"version": "1.8.2",
"description": "Javascript parser for DICOM Part 10 data",
"main": "dist/dicomParser.min.js",
"module": "dist/dicomParser.min.js",
Expand Down
2 changes: 1 addition & 1 deletion src/version.js
@@ -1 +1 @@
export default '1.8.1';
export default '1.8.2';

0 comments on commit 7b53955

Please sign in to comment.