Skip to content

Commit

Permalink
chore(release): 2.0.1
Browse files Browse the repository at this point in the history
## [2.0.1](v2.0.0...v2.0.1) (2023-10-03)

### Bug Fixes

* **lockfiles:** add lock files. ([#619](#619)) ([ea27c42](ea27c42))
  • Loading branch information
semantic-release-bot committed Oct 3, 2023
1 parent ea27c42 commit d3f35b1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.0.1](https://github.com/NerdWalletOSS/shepherd/compare/v2.0.0...v2.0.1) (2023-10-03)


### Bug Fixes

* **lockfiles:** add lock files. ([#619](https://github.com/NerdWalletOSS/shepherd/issues/619)) ([ea27c42](https://github.com/NerdWalletOSS/shepherd/commit/ea27c4204d82ea07ece587f021c81dd65d1f5166))

# [2.0.0](https://github.com/NerdWalletOSS/shepherd/compare/v1.16.0...v2.0.0) (2023-10-02)

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

0 comments on commit d3f35b1

Please sign in to comment.