Skip to content

Commit

Permalink
Release 7.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Wilson Lin <[email protected]>
  • Loading branch information
Wilson Lin committed Sep 6, 2023
1 parent ad43998 commit 05efd64
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## main

## 7.2.0 (Unreleased)
## 7.2.0

FEATURES:

Expand Down
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ The following instructions uses `$VERSION` as a placeholder, where `$VERSION` is

```json
{
"name": "dnsimple",
"version": "$VERSION"
"version": "$VERSION",
}
```

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": "dnsimple",
"version": "7.1.1",
"version": "7.2.0",
"description": "A Node.JS client for the DNSimple API.",
"keywords": [
"dnsimple",
Expand Down

0 comments on commit 05efd64

Please sign in to comment.