Skip to content

Commit

Permalink
chore(main): release 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobgad committed Jan 2, 2024
1 parent d92dea0 commit b1f7816
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.6.1](https://github.com/jacobgad/vercel-ddns/compare/v1.6.0...v1.6.1) (2024-01-02)


### Bug Fixes

* :bug: update subdomain string validation to allow for root domain updating ([d92dea0](https://github.com/jacobgad/vercel-ddns/commit/d92dea0da50166c695f4f5eefeb62b99b69cfed3))

## [1.6.0](https://github.com/jacobgad/vercel-ddns/compare/v1.5.0...v1.6.0) (2023-05-11)


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.6.0",
"version": "1.6.1",
"scripts": {
"dev": "tsx src/index.ts",
"build": "tsc",
Expand Down

0 comments on commit b1f7816

Please sign in to comment.