@commitlint/read
Advanced tools
Comparing version 12.1.1 to 12.1.2
@@ -6,2 +6,10 @@ # Change Log | ||
## [12.1.2](https://github.com/conventional-changelog/commitlint/compare/v12.1.1...v12.1.2) (2021-04-29) | ||
**Note:** Version bump only for package @commitlint/read | ||
## [12.1.1](https://github.com/conventional-changelog/commitlint/compare/v12.1.0...v12.1.1) (2021-04-02) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@commitlint/read", | ||
"version": "12.1.1", | ||
"version": "12.1.2", | ||
"description": "Read commit messages from a specified range or last edit", | ||
@@ -45,7 +45,7 @@ "main": "lib/read.js", | ||
"@commitlint/top-level": "^12.1.1", | ||
"@commitlint/types": "^12.1.1", | ||
"@commitlint/types": "^12.1.2", | ||
"fs-extra": "^9.0.0", | ||
"git-raw-commits": "^2.0.0" | ||
}, | ||
"gitHead": "32daec2277f3db2855996db57264bed36ed5db21" | ||
"gitHead": "9c6c793f63bb9c812a27721f9f13dc68e6c482f8" | ||
} |
@@ -14,3 +14,3 @@ > Read commit messages from a specified range or last edit | ||
```js | ||
const read = require('@commitlint/read'); | ||
const read = require('@commitlint/read').default; | ||
@@ -17,0 +17,0 @@ // Read last edited commit message |
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
17518
Updated@commitlint/types@^12.1.2