From 5825435986ee8ef352fea7a9782144b2b6d7179c Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 14 Nov 2024 11:11:58 +0100 Subject: [PATCH] chore: release v0.3.3 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d17c9bb..ee441a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog +## v0.3.2...main + +[compare changes](https://github.com/stacksjs/tlsx/compare/v0.3.2...main) + +### 🏡 Chore + +- Add bunfig ([2935d40](https://github.com/stacksjs/tlsx/commit/2935d40)) +- Use devdeps ([9eaf06a](https://github.com/stacksjs/tlsx/commit/9eaf06a)) + +### ❤️ Contributors + +- Chris ([@chrisbbreuer](http://github.com/chrisbbreuer)) + ## v0.3.1...main [compare changes](https://github.com/stacksjs/tlsx/compare/v0.3.1...main) diff --git a/package.json b/package.json index e1598a3..e28acda 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/tlsx", "type": "module", - "version": "0.3.2", + "version": "0.3.3", "description": "A TLS/HTTPS library with automation.", "author": "Chris Breuer ", "license": "MIT",