Skip to content

Commit 316cca5

Browse files
committed
chore: release v0.8.4
1 parent 92ce125 commit 316cca5

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
# Changelog
22

33

4+
## v0.8.3...main
5+
6+
[compare changes](https://github.com/stacksjs/tlsx/compare/v0.8.3...main)
7+
8+
### 🏡 Chore
9+
10+
- Use bun instead of bunx ([004201f](https://github.com/stacksjs/tlsx/commit/004201f))
11+
- Update bun version ([595d8ff](https://github.com/stacksjs/tlsx/commit/595d8ff))
12+
- Adjust vitepress config ([6c05a1c](https://github.com/stacksjs/tlsx/commit/6c05a1c))
13+
- Add minification and splitting to build ([92ce125](https://github.com/stacksjs/tlsx/commit/92ce125))
14+
15+
### ❤️ Contributors
16+
17+
- Chris ([@chrisbbreuer](http://github.com/chrisbbreuer))
18+
419
## v0.8.2...main
520

621
[compare changes](https://github.com/stacksjs/tlsx/compare/v0.8.2...main)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/tlsx",
33
"type": "module",
4-
"version": "0.8.3",
4+
"version": "0.8.4",
55
"description": "A TLS/HTTPS library with automation.",
66
"author": "Chris Breuer <[email protected]>",
77
"license": "MIT",

0 commit comments

Comments
 (0)