Skip to content

Commit

Permalink
chore(release): 4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
metcoder95 committed May 22, 2024
1 parent c4a08c6 commit 7fc3357
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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.

## [4.6.0](https://github.com/piscinajs/piscina/compare/v4.5.0...v4.6.0) (2024-05-22)


### Features

* add missing errors ([9cf5f1c](https://github.com/piscinajs/piscina/commit/9cf5f1c585770ed3b59fb5bcd2e8dcbc41a990e2))


### Bug Fixes

* add missed file ([c4a08c6](https://github.com/piscinajs/piscina/commit/c4a08c6d7258e0a97f0758f93d6cb6a092afb429))
* restore ignore ([83027aa](https://github.com/piscinajs/piscina/commit/83027aad70abe16dc701cbc012b433756633d5dc))
* revert type ([e04f449](https://github.com/piscinajs/piscina/commit/e04f44994f010ff13db603454c6506662d7af85c))

## [4.5.0](https://github.com/piscinajs/piscina/compare/v4.4.0...v4.5.0) (2024-05-20)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piscina",
"version": "4.5.0",
"version": "4.6.0",
"description": "A fast, efficient Node.js Worker Thread Pool implementation",
"main": "./dist/main.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 7fc3357

Please sign in to comment.