check-clean
Advanced tools
Comparing version 0.2.5 to 0.3.0
@@ -5,2 +5,14 @@ { | ||
{ | ||
"version": "0.3.0", | ||
"tag": "check-clean_v0.3.0", | ||
"date": "Tue, 27 Oct 2020 16:18:39 GMT", | ||
"comments": { | ||
"minor": [ | ||
{ | ||
"comment": "Permalink readme urls before publishing (#211)" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"version": "0.2.5", | ||
@@ -7,0 +19,0 @@ "tag": "check-clean_v0.2.5", |
# Change Log - check-clean | ||
This log was last generated on Mon, 12 Oct 2020 12:24:41 GMT and should not be manually modified. | ||
This log was last generated on Tue, 27 Oct 2020 16:18:39 GMT and should not be manually modified. | ||
## 0.3.0 | ||
Tue, 27 Oct 2020 16:18:39 GMT | ||
### Minor changes | ||
- Permalink readme urls before publishing (#211) | ||
## 0.2.5 | ||
@@ -6,0 +13,0 @@ Mon, 12 Oct 2020 12:24:41 GMT |
{ | ||
"name": "check-clean", | ||
"version": "0.2.5", | ||
"version": "0.3.0", | ||
"description": "A cli tool to make sure you have no git changes", | ||
@@ -20,2 +20,4 @@ "repository": { | ||
"lint": "rig eslint --cache .", | ||
"prepack": "npm run lint && rig permalink", | ||
"postpack": "rig unpermalink && git status", | ||
"test": "rig jest" | ||
@@ -22,0 +24,0 @@ }, |
9143
170