From 270ca2268c013793374b5595c79af2c832b2edb8 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 21 Nov 2024 21:44:18 +0100 Subject: [PATCH] chore: release v0.7.5 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fea1310..71cbf28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog +## v0.7.4...main + +[compare changes](https://github.com/stacksjs/tlsx/compare/v0.7.4...main) + +### 🏡 Chore + +- Make subjectAltNames nullable ([c527087](https://github.com/stacksjs/tlsx/commit/c527087)) + +### ❤️ Contributors + +- Chris ([@chrisbbreuer](http://github.com/chrisbbreuer)) + ## v0.7.3...main [compare changes](https://github.com/stacksjs/tlsx/compare/v0.7.3...main) diff --git a/package.json b/package.json index 48828d0..d8ccb51 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/tlsx", "type": "module", - "version": "0.7.4", + "version": "0.7.5", "description": "A TLS/HTTPS library with automation.", "author": "Chris Breuer ", "license": "MIT",