@nerdwallet/shepherd
Advanced tools
Comparing version 1.4.2 to 1.5.0
@@ -0,1 +1,13 @@ | ||
# [1.5.0](https://github.com/NerdWalletOSS/shepherd/compare/v1.4.2...v1.5.0) (2020-04-09) | ||
### Bug Fixes | ||
* missing packages. ([#115](https://github.com/NerdWalletOSS/shepherd/issues/115)) ([7ace184](https://github.com/NerdWalletOSS/shepherd/commit/7ace184dfa116ebcb9dce2d99b50a60bbd659f30)) | ||
### Features | ||
* add semantic release. ([#114](https://github.com/NerdWalletOSS/shepherd/issues/114)) ([4d41c4f](https://github.com/NerdWalletOSS/shepherd/commit/4d41c4f6625125a258fca2e1aa3bfa4c9df543f4)) | ||
# Changelog | ||
@@ -10,3 +22,3 @@ | ||
* Updated dependencies | ||
* Dropped support for Node 8 | ||
* Dropped support for Node 6 | ||
@@ -13,0 +25,0 @@ ## v1.4.1 |
{ | ||
"name": "@nerdwallet/shepherd", | ||
"version": "1.4.2", | ||
"version": "1.5.0", | ||
"description": "A utility for applying code changes across many repositories", | ||
@@ -66,2 +66,4 @@ "keywords": [ | ||
"devDependencies": { | ||
"@semantic-release/changelog": "^5.0.1", | ||
"@semantic-release/git": "^9.0.0", | ||
"@types/fs-extra": "^5.0.4", | ||
@@ -77,2 +79,3 @@ "@types/fs-extra-promise": "^1.0.7", | ||
"jest-plugin-fs": "^2.9.0", | ||
"semantic-release": "^17.0.4", | ||
"ts-jest": "^23.0.1", | ||
@@ -79,0 +82,0 @@ "tslint": "^5.11.0", |
@@ -136,2 +136,2 @@ # Shepherd | ||
We use [TSLint](https://github.com/palantir/tslint) to ensure a consistent coding style and to help prevent certain classes of problems. Run `npm run lint` to run the linter, and `npm run fix-lint` to automatically fix applicable problems. | ||
We use [TSLint](https://github.com/palantir/tslint) to ensure a consistent coding style and to help prevent certain classes of problems. Run `npm run lint` to run the linter, and `npm run fix-lint` to automatically fix applicable problems. |
168650
16
136