Skip to content

Commit dd683da

Browse files
committed
chore: release v0.10.0
1 parent 25ca3ea commit dd683da

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,32 @@
11
# Changelog
22

33

4+
## v0.9.0...main
5+
6+
[compare changes](https://github.com/stacksjs/tlsx/compare/v0.9.0...main)
7+
8+
### 🚀 Enhancements
9+
10+
- Allow creating cert for multiple domains ([182414b](https://github.com/stacksjs/tlsx/commit/182414b))
11+
12+
### 🏡 Chore
13+
14+
- Lint changes ([24af332](https://github.com/stacksjs/tlsx/commit/24af332))
15+
- Enhance team css ([9bc4103](https://github.com/stacksjs/tlsx/commit/9bc4103))
16+
- Enhance css ([61dcc6b](https://github.com/stacksjs/tlsx/commit/61dcc6b))
17+
- Enhance team description ([f6b5e9f](https://github.com/stacksjs/tlsx/commit/f6b5e9f))
18+
- Use text lock file ([d640aad](https://github.com/stacksjs/tlsx/commit/d640aad))
19+
- Update unocss ([b05cbd3](https://github.com/stacksjs/tlsx/commit/b05cbd3))
20+
- Update bun ([6454ed8](https://github.com/stacksjs/tlsx/commit/6454ed8))
21+
- Lint ([01239c4](https://github.com/stacksjs/tlsx/commit/01239c4))
22+
- Several command improvements ([b0849dd](https://github.com/stacksjs/tlsx/commit/b0849dd))
23+
- Add example ([25ca3ea](https://github.com/stacksjs/tlsx/commit/25ca3ea))
24+
25+
### ❤️ Contributors
26+
27+
- Chris ([@chrisbbreuer](http://github.com/chrisbbreuer))
28+
- Cab-mikee ([@cab-mikee](http://github.com/cab-mikee))
29+
430
## v0.8.5...main
531

632
[compare changes](https://github.com/stacksjs/tlsx/compare/v0.8.5...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.9.0",
4+
"version": "0.10.0",
55
"description": "A TLS/HTTPS library with automation.",
66
"author": "Chris Breuer <[email protected]>",
77
"license": "MIT",

0 commit comments

Comments
 (0)