@changesets/parse
Advanced tools
Comparing version 0.2.0 to 0.2.1
# @changesets/parse | ||
## 0.2.1 | ||
### Patch Changes | ||
- [8c43fa0](https://github.com/atlassian/changesets/commit/8c43fa061e2a5a01e4f32504ed351d261761c8dc) [#155](https://github.com/atlassian/changesets/pull/155) Thanks [@Noviny](https://github.com/Noviny)! - Add Readme | ||
* [0320391](https://github.com/atlassian/changesets/commit/0320391699a73621d0e51ce031062a06cbdefadc) [#163](https://github.com/atlassian/changesets/pull/163) Thanks [@Noviny](https://github.com/Noviny)! - Reordered dependencies in the package json (this should have no impact) | ||
* Updated dependencies [8c43fa0, 1ff73b7]: | ||
- @changesets/types@0.3.0 | ||
## 0.2.0 | ||
@@ -4,0 +15,0 @@ |
{ | ||
"name": "@changesets/parse", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Parse a changeset file's contents into a usable json object", | ||
@@ -10,4 +10,4 @@ "main": "dist/parse.cjs.js", | ||
"dependencies": { | ||
"js-yaml": "^3.13.1", | ||
"@changesets/types": "^0.2.0" | ||
"@changesets/types": "^0.3.0", | ||
"js-yaml": "^3.13.1" | ||
}, | ||
@@ -14,0 +14,0 @@ "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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
10624
11
0
44
+ Added@changesets/types@0.3.1(transitive)
- Removed@changesets/types@0.2.0(transitive)
Updated@changesets/types@^0.3.0