Skip to content

Commit

Permalink
chore(main): release 1.5.0 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobgad authored Mar 16, 2023
1 parent 06990c2 commit 64ff478
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.5.0](https://github.com/jacobgad/vercel-ddns/compare/v1.4.2...v1.5.0) (2023-03-16)


### Features

* :sparkles: Add retry logic and error handeling ([06990c2](https://github.com/jacobgad/vercel-ddns/commit/06990c26beacf93e16a1e4a9f8bbfb06e0b68996))

## [1.4.2](https://github.com/jacobgad/vercel-ddns/compare/v1.4.1...v1.4.2) (2023-03-16)


Expand Down
4 changes: 2 additions & 2 deletions 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": "vercel-ddns",
"version": "1.4.2",
"version": "1.5.0",
"scripts": {
"build": "tsc",
"start": "node dist/index.js"
Expand Down

0 comments on commit 64ff478

Please sign in to comment.