From c4ca5053f642141595dbfa4b6205749443eebe73 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 21 Nov 2024 20:56:08 +0100 Subject: [PATCH] chore: release v0.7.2 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a5eab0..ec08428 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog +## v0.7.1...main + +[compare changes](https://github.com/stacksjs/tlsx/compare/v0.7.1...main) + +### 🏡 Chore + +- Improve types ([3674dfe](https://github.com/stacksjs/tlsx/commit/3674dfe)) +- Adjust default config ([d27b2bf](https://github.com/stacksjs/tlsx/commit/d27b2bf)) + +### ❤️ Contributors + +- Chris + ## v0.7.0...main [compare changes](https://github.com/stacksjs/tlsx/compare/v0.7.0...main) diff --git a/package.json b/package.json index 582cfb4..392f663 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/tlsx", "type": "module", - "version": "0.7.1", + "version": "0.7.2", "description": "A TLS/HTTPS library with automation.", "author": "Chris Breuer ", "license": "MIT",