@changesets/parse
Advanced tools
Comparing version 0.1.2 to 0.2.0
# @changesets/parse | ||
## 0.2.0 | ||
### Minor Changes | ||
- [296a6731](https://github.com/atlassian/changesets/commit/296a6731) - Safety bump: Towards the end of preparing changesets v2, there was a lot of chaos - this bump is to ensure every package on npm matches what is found in the repository. | ||
### Patch Changes | ||
- Updated dependencies [296a6731]: | ||
- @changesets/types@0.2.0 | ||
## 0.1.2 | ||
@@ -4,0 +15,0 @@ |
{ | ||
"name": "@changesets/parse", | ||
"version": "0.1.2", | ||
"version": "0.2.0", | ||
"description": "Parse a changeset file's contents into a usable json object", | ||
@@ -11,3 +11,3 @@ "main": "dist/parse.cjs.js", | ||
"js-yaml": "^3.13.1", | ||
"@changesets/types": "^0.1.2" | ||
"@changesets/types": "^0.2.0" | ||
}, | ||
@@ -18,2 +18,2 @@ "devDependencies": { | ||
} | ||
} | ||
} |
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
9182
+ Added@changesets/types@0.2.0(transitive)
- Removed@changesets/types@0.1.2(transitive)
Updated@changesets/types@^0.2.0