Skip to content

Commit

Permalink
chore(release): 1.15.2
Browse files Browse the repository at this point in the history
## [1.15.2](v1.15.1...v1.15.2) (2021-10-01)

### Bug Fixes

* Make semantic-release commit the updated package.json files ([4fbc5d4](4fbc5d4)), closes [/github.com/semantic-release/semantic-release/issues/1593#issuecomment-656866839](https://github.com//github.com/semantic-release/semantic-release/issues/1593/issues/issuecomment-656866839)
* Remove engines block from Renovate config ([NerdWalletOSS#505](https://github.com/dbirks/shepherd/issues/505)) ([351b095](351b095))
* Remove space from .eslintignore filename ([NerdWalletOSS#506](https://github.com/dbirks/shepherd/issues/506)) ([49e0510](49e0510))
  • Loading branch information
semantic-release-bot committed Oct 1, 2021
1 parent 4fbc5d4 commit 18e3234
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.15.2](https://github.com/dbirks/shepherd/compare/v1.15.1...v1.15.2) (2021-10-01)


### Bug Fixes

* Make semantic-release commit the updated package.json files ([4fbc5d4](https://github.com/dbirks/shepherd/commit/4fbc5d40bec3cbac5ca189ecf38079291c7c9acb)), closes [/github.com/semantic-release/semantic-release/issues/1593#issuecomment-656866839](https://github.com//github.com/semantic-release/semantic-release/issues/1593/issues/issuecomment-656866839)
* Remove engines block from Renovate config ([#505](https://github.com/dbirks/shepherd/issues/505)) ([351b095](https://github.com/dbirks/shepherd/commit/351b095ea0ec1ea995978f543c977fbd48f9b02c))
* Remove space from .eslintignore filename ([#506](https://github.com/dbirks/shepherd/issues/506)) ([49e0510](https://github.com/dbirks/shepherd/commit/49e0510509c0926ba201146ab0ca6ca1a8a6eb78))

## [1.15.4](https://github.com/NerdWalletOSS/shepherd/compare/v1.15.3...v1.15.4) (2021-10-01)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dbirks/shepherd",
"version": "1.14.2",
"version": "1.15.2",
"description": "A utility for applying code changes across many repositories",
"keywords": [
"codemod",
Expand Down

0 comments on commit 18e3234

Please sign in to comment.