cheminfo-tools-test
Advanced tools
Comparing version 7.2.0 to 7.2.1
# Changelog | ||
### [7.2.1](https://www.github.com/cheminfo-js/test/compare/v7.2.0...v7.2.1) (2020-10-12) | ||
### Bug Fixes | ||
* add missing feature ([f674d64](https://www.github.com/cheminfo-js/test/commit/f674d64689777e41f07b2a875b83127049d36ab9)) | ||
## [7.2.0](https://www.github.com/cheminfo-js/test/compare/v7.1.1...v7.2.0) (2020-10-12) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "cheminfo-tools-test", | ||
"version": "7.2.0", | ||
"version": "7.2.1", | ||
"description": "Dummy project - used as a starting point for new libraries", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -23,3 +23,3 @@ /** | ||
export function feature() { | ||
return 'cool'; | ||
return 'cool feature'; | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11439