Skip to content

Commit

Permalink
chore(main): release 1.4.0 (#8)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Mar 16, 2023
1 parent 073f648 commit bb70f36
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.4.0](https://github.com/jacobgad/vercel-ddns/compare/v1.3.0...v1.4.0) (2023-03-16)


### Features

* :sparkles: fix update logic and refactor to use axios ([073f648](https://github.com/jacobgad/vercel-ddns/commit/073f648f46d362178d1187e3592bed37b23c6f64))

## [1.3.0](https://github.com/jacobgad/vercel-ddns/compare/v1.2.1...v1.3.0) (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.3.0",
"version": "1.4.0",
"scripts": {
"build": "tsc",
"start": "node dist/index.js"
Expand Down

0 comments on commit bb70f36

Please sign in to comment.