Comparing version 2.0.4 to 2.0.5
@@ -1,5 +0,9 @@ | ||
## [2.0.4](https://github.com/GMOD/bed-js/compare/v2.0.3...v2.0.4) (2020-12-03) | ||
## [2.0.5](https://github.com/GMOD/bed-js/compare/v2.0.4...v2.0.5) (2020-12-23) | ||
- Allow comments inside of the autosql table, seen in some clinvar bb | ||
## [2.0.4](https://github.com/GMOD/bed-js/compare/v2.0.3...v2.0.4) (2020-12-03) | ||
- Allow for badly formatted comments not entirely within a quote, was exhibited by https://hgdownload.soe.ucsc.edu/gbdb/hg19/gnomAD/pLI/pliByGene.bb | ||
@@ -6,0 +10,0 @@ |
{ | ||
"name": "@gmod/bed", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "A BED file format parser with autoSql support", | ||
@@ -33,3 +33,3 @@ "main": "dist/main.js", | ||
"version": "standard-changelog && git add CHANGELOG.md", | ||
"postpublish": "git push origin master --follow-tags" | ||
"postversion": "git push --follow-tags" | ||
}, | ||
@@ -36,0 +36,0 @@ "devDependencies": { |
Sorry, the diff of this file is too big to display
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
77290
1859