Skip to content

Commit c3f1f1b

Browse files
chore(main): release 3.3.1 (#214)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 14d3b67 commit c3f1f1b

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [3.3.1](https://github.com/willswire/unifi-ddns/compare/v3.3.0...v3.3.1) (2026-03-04)
4+
5+
6+
### Bug Fixes
7+
8+
* add missing ttl to dns.records.update call ([#213](https://github.com/willswire/unifi-ddns/issues/213)) ([0fc35f7](https://github.com/willswire/unifi-ddns/commit/0fc35f7a15bbfab054043d175e144d20a2a4b59a))
9+
* **ci:** use project wrangler instead of outdated wrangler-action ([#215](https://github.com/willswire/unifi-ddns/issues/215)) ([04c89d0](https://github.com/willswire/unifi-ddns/commit/04c89d08f759fa6a162da62f0a0a2b1e63426841))
10+
311
## [3.3.0](https://github.com/willswire/unifi-ddns/compare/v3.2.0...v3.3.0) (2026-03-04)
412

513

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unifi-ddns",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"private": true,
55
"scripts": {
66
"deploy": "wrangler deploy",

0 commit comments

Comments
 (0)