@lhncbc/ucum-lhc 4.1.5 → 4.1.6
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.
- package/CHANGELOG.md +5 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
|
|
|
4
4
|
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
|
5
5
|
and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
6
6
|
|
|
7
|
+
## [4.1.6] 2022-09-13
|
|
8
|
+
### Changed
|
|
9
|
+
- Update version to 4.1.6 for tagging the last merge, which was to update
|
|
10
|
+
generated files but was not given a new version number and not tagged.
|
|
11
|
+
|
|
7
12
|
## [4.1.5] 2021-05-20
|
|
8
13
|
### Fixed
|
|
9
14
|
- Fixed generated name issue for complex units, https://github.com/lhncbc/ucum-lhc/issues/29
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lhncbc/ucum-lhc",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.6",
|
|
4
4
|
"description": "Implements Unified Code for Units of Measure (UCUM) functions in a javascript library",
|
|
5
5
|
"main": "source-cjs/ucumPkg.js",
|
|
6
6
|
"homepage": "https://lhncbc.github.io/ucum-lhc/",
|
|
@@ -56,8 +56,8 @@
|
|
|
56
56
|
"webpack-cli": "^3.3.9"
|
|
57
57
|
},
|
|
58
58
|
"scripts": {
|
|
59
|
-
"build": "grunt build && webpack",
|
|
60
|
-
"test": "grunt test"
|
|
59
|
+
"build": "source ./bashrc && grunt build && webpack",
|
|
60
|
+
"test": "source ./bashrc && grunt test"
|
|
61
61
|
},
|
|
62
62
|
"repository": {
|
|
63
63
|
"type": "git",
|