dcmjs 0.26.0 → 0.27.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -80,6 +80,8 @@ Note: Be wary of `BREAKING_CHANGE` in commit message descriptions, as this can f
80
80
 
81
81
  Be sure to use lower case for the first letter of your semantic commit message, so use `fix` not `Fix` or `feat` not `Feat`.
82
82
 
83
+ Note: a new package version will be published only if the commit comes from a PR.
84
+
83
85
  ### Optional Tooling
84
86
 
85
87
  It is advised to use the git-cz, i.e.:
@@ -98,8 +100,6 @@ git-cz --non-interactive --type=fix --subject="commit message"
98
100
 
99
101
  More info at [git-cz](https://www.npmjs.com/package/git-cz).
100
102
 
101
- Note: a new package version will be published only if the commit comes from a PR.
102
-
103
103
  ## Community Participation
104
104
 
105
105
  Use this repository's issues page to report any bugs. Please follow [SSCCE](http://sscce.org/) guidelines when submitting issues.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dcmjs",
3
- "version": "0.26.0",
3
+ "version": "0.27.0",
4
4
  "description": "Javascript implementation of DICOM manipulation",
5
5
  "main": "build/dcmjs.js",
6
6
  "module": "build/dcmjs.es.js",