Skip to content

Commit

Permalink
Bump version 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
galelis committed May 16, 2018
1 parent b135f3e commit 82573d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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).

## [unreleased]
## [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)
- (Webpack) Issue #85: Output global object must be 'this'
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": "dicom-parser",
"version": "1.8.0",
"version": "1.8.1",
"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
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '1.8.0';
export default '1.8.1';

0 comments on commit 82573d9

Please sign in to comment.