Skip to content

Commit

Permalink
chore(master): release 1.1.0 (#13)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 13, 2024
1 parent 574e5ee commit 6011523
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

## [1.1.0](https://github.com/cfware/process-on-spawn/compare/v1.0.0...v1.1.0) (2024-11-13)


### Features

* add types ([#12](https://github.com/cfware/process-on-spawn/issues/12)) ([821d4f4](https://github.com/cfware/process-on-spawn/commit/821d4f4edec41b778fc8428d9f38bbd25717e885))

## 1.0.0 (2019-12-16)


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": "process-on-spawn",
"version": "1.0.0",
"version": "1.1.0",
"description": "Execute callbacks when child processes are spawned",
"scripts": {
"release": "standard-version --sign",
Expand Down

0 comments on commit 6011523

Please sign in to comment.