Skip to content

Commit c93efd5

Browse files
chore(main): release 1.3.2
1 parent 0f83193 commit c93efd5

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## [1.3.2](https://github.com/encryption4all/postguard-business/compare/v1.3.1...v1.3.2) (2026-07-01)
4+
5+
6+
### Bug Fixes
7+
8+
* log DNS resolver errors and differentiate by code ([#90](https://github.com/encryption4all/postguard-business/issues/90)) ([d7023c4](https://github.com/encryption4all/postguard-business/commit/d7023c48fe635a3ad45b6dca0a2a65502c260d20)), closes [#88](https://github.com/encryption4all/postguard-business/issues/88)
9+
* reject unknown fieldName in approveChangeRequest ([#91](https://github.com/encryption4all/postguard-business/issues/91)) ([3d9e41a](https://github.com/encryption4all/postguard-business/commit/3d9e41a60920eb2671a054af63e1932214c576ad)), closes [#87](https://github.com/encryption4all/postguard-business/issues/87)
10+
* unify duplicate-key error detection into single helper ([#92](https://github.com/encryption4all/postguard-business/issues/92)) ([f1bfad2](https://github.com/encryption4all/postguard-business/commit/f1bfad2c73587a6dfb6805ec716fce010b14908b)), closes [#89](https://github.com/encryption4all/postguard-business/issues/89)
11+
312
## [1.3.1](https://github.com/encryption4all/postguard-business/compare/v1.3.0...v1.3.1) (2026-05-16)
413

514
### Bug Fixes

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,7 +1,7 @@
11
{
22
"name": "postguard-business",
33
"private": true,
4-
"version": "1.3.1",
4+
"version": "1.3.2",
55
"type": "module",
66
"scripts": {
77
"dev": "vite dev",

0 commit comments

Comments
 (0)