Skip to content

Commit

Permalink
chore: release v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Sep 24, 2024
1 parent 8099adf commit ac1c88b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Changelog


## v0.1.1...main

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

### 🏡 Chore

- Adjust post-compile ([8099adf](https://github.com/stacksjs/tlsx/commit/8099adf))

### ❤️ Contributors

- Chris <[email protected]>

## v0.1.0...main

[compare changes](https://github.com/stacksjs/tlsx/compare/v0.1.0...main)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stacksjs/tlsx",
"type": "module",
"version": "0.1.1",
"version": "0.1.2",
"description": "A TLS/HTTPS library with automation.",
"author": "Chris Breuer <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion scripts/post-compile.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { $ } from 'bun'

bu
await $`cp ./dist/tlsx ./rp`

0 comments on commit ac1c88b

Please sign in to comment.