Skip to content

Commit b2e3ae5

Browse files
committed
chore: release v0.9.0
1 parent af38d30 commit b2e3ae5

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
11
# Changelog
22

33

4+
## v0.8.5...main
5+
6+
[compare changes](https://github.com/stacksjs/tlsx/compare/v0.8.5...main)
7+
8+
### 🏡 Chore
9+
10+
- Doc updates ([48d20a1](https://github.com/stacksjs/tlsx/commit/48d20a1))
11+
- Use tlsx links ([ee3c538](https://github.com/stacksjs/tlsx/commit/ee3c538))
12+
- Adjust docs ([ba4c6a3](https://github.com/stacksjs/tlsx/commit/ba4c6a3))
13+
- Adjust indentation ([136445f](https://github.com/stacksjs/tlsx/commit/136445f))
14+
- Adjust docs ([b7a7eff](https://github.com/stacksjs/tlsx/commit/b7a7eff))
15+
- Add default docs theme ([ef6e72e](https://github.com/stacksjs/tlsx/commit/ef6e72e))
16+
- Build for node as well ([b15ba40](https://github.com/stacksjs/tlsx/commit/b15ba40))
17+
- Use bun text lock file ([1a68aa2](https://github.com/stacksjs/tlsx/commit/1a68aa2))
18+
- Enhance docs ([4f9a15a](https://github.com/stacksjs/tlsx/commit/4f9a15a))
19+
- Rearrange dependencies ([a429348](https://github.com/stacksjs/tlsx/commit/a429348))
20+
- Minor adjustments ([31ada27](https://github.com/stacksjs/tlsx/commit/31ada27))
21+
- Add params jsdocs ([af38d30](https://github.com/stacksjs/tlsx/commit/af38d30))
22+
23+
### ❤️ Contributors
24+
25+
- Chris ([@chrisbbreuer](http://github.com/chrisbbreuer))
26+
427
## v0.8.4...main
528

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

package.json

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

0 commit comments

Comments
 (0)