Skip to content

Commit

Permalink
chore(release): 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Sep 28, 2024
1 parent b0f7b92 commit 6f5f56f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.8.1](https://github.com/adaltas/node-ssh2-exec/compare/v0.8.0...v0.8.1) (2024-09-28)

### Features

- typescript support and convertion ([c64d07a](https://github.com/adaltas/node-ssh2-exec/commit/c64d07a48ce439a43263000d6380c80465999be8))

## [0.8.0](https://github.com/adaltas/node-ssh2-exec/compare/v0.7.7...v0.8.0) (2024-09-23)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ssh2-exec",
"version": "0.8.0",
"version": "0.8.1",
"description": "Transparent usage between `child_process.exec` and `ssh2.prototype.exec`",
"keywords": [
"child process",
Expand Down

0 comments on commit 6f5f56f

Please sign in to comment.