@changesets/parse
Advanced tools
Comparing version 0.3.15 to 0.3.16
# @changesets/parse | ||
## 0.3.16 | ||
### Patch Changes | ||
- Updated dependencies [[`521205d`](https://github.com/changesets/changesets/commit/521205dc8c70fe71b181bd3c4bb7c9c6d2e721d2)]: | ||
- @changesets/types@5.2.1 | ||
## 0.3.15 | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@changesets/parse", | ||
"version": "0.3.15", | ||
"version": "0.3.16", | ||
"description": "Parse a changeset file's contents into a usable json object", | ||
@@ -10,3 +10,3 @@ "main": "dist/parse.cjs.js", | ||
"dependencies": { | ||
"@changesets/types": "^5.2.0", | ||
"@changesets/types": "^5.2.1", | ||
"js-yaml": "^3.13.1" | ||
@@ -13,0 +13,0 @@ }, |
@@ -225,9 +225,9 @@ import outdent from "outdent"; | ||
expect(() => parse(changesetMd)).toThrowErrorMatchingInlineSnapshot(` | ||
"could not parse changeset - invalid frontmatter: --- | ||
\\"cool-package\\": minor | ||
--- fail | ||
"could not parse changeset - invalid frontmatter: --- | ||
"cool-package": minor | ||
--- fail | ||
Nice simple summary" | ||
`); | ||
Nice simple summary" | ||
`); | ||
}); | ||
}); |
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
18386
Updated@changesets/types@^5.2.1