Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturRod committed Sep 14, 2022
1 parent 1a80abf commit 56fbec0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ example/

## Root Files
.gitignore
tsconfig.json
tsconfig.json
CONTRIBUTING.md
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.1](https:/ArturRod/ecg-dicom-web-viewer) (2022-08-24)

**Note:** Repair bug -> https:/ArturRod/ecg-dicom-web-viewer/issues/2

## [2.0.0](https:/ArturRod/ecg-dicom-web-viewer) (2022-08-24)

**Note:** The view and rendering with canvas is implemented. This allows to change the amplitude and the time (mm/mV, mm/s) It is also allowed to pan, and zoom.
Expand Down
2 changes: 1 addition & 1 deletion example/index.umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ecg-dicom-web-viewer",
"version": "2.0.0",
"version": "2.0.1",
"author": "Arturo Rodrigo (https:/ArturRod)",
"license": "MIT",
"description": "Together with the cornerstone library, this project allows reading and drawing ECGs from a dcm in web version.",
Expand Down

0 comments on commit 56fbec0

Please sign in to comment.