Skip to content

Commit

Permalink
fix: minor fix for update readme script
Browse files Browse the repository at this point in the history
  • Loading branch information
dantio committed Mar 9, 2021
1 parent 41e6d41 commit eaad8f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This API implements both Traditional \(xml\) and the RESTful eBay API. It suppor

## Changelog

* - `v2.1.0` is the latest release.
* `v2.1.0` is the latest release.
* See [here](https://github.com/hendt/ebay-api/blob/master/CHANGELOG.md) for the full changelog.

## Implementation status
Expand Down
2 changes: 1 addition & 1 deletion scripts/update-readme-release.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ module.exports.readVersion = function(contents) {
}

module.exports.writeVersion = function(contents, version) {
return contents.replace(regex, "- `v" + version + "` is the latest release.")
return contents.replace(regex, "`v" + version + "` is the latest release.")
}

0 comments on commit eaad8f9

Please sign in to comment.