-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: release v0.25.0 * Delete package-lock.json * Update packages/shipjs/CHANGELOG.md * right changelog Co-authored-by: Haroen Viaene <[email protected]>
- Loading branch information
1 parent
bb915bf
commit e69c92c
Showing
2 changed files
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "shipjs", | ||
"version": "0.24.4", | ||
"version": "0.25.0", | ||
"description": "Take control of what is going to be your next release.", | ||
"main": "index.js", | ||
"engines": { | ||
|
@@ -20,7 +20,12 @@ | |
"lint": "eslint .", | ||
"lint:fix": "npm run lint -- --fix" | ||
}, | ||
"files": ["bin/shipjs", "src", "!src/**/__tests__", "index.js"], | ||
"files": [ | ||
"bin/shipjs", | ||
"src", | ||
"!src/**/__tests__", | ||
"index.js" | ||
], | ||
"author": "Algolia <[email protected]>", | ||
"homepage": "https://github.com/algolia/shipjs", | ||
"bugs": { | ||
|