diff --git a/README.md b/README.md index eba43e74..91d47c10 100644 --- a/README.md +++ b/README.md @@ -783,6 +783,13 @@ as a configuration option in lieu of always creating their own. ## Release Notes +### 3.2.0 + +* Adds a new `PISCINA_DISABLE_ATOMICS` environment variable as an alternative way of + disabling Piscina's internal use of the `Atomics` API. (/~https://github.com/piscinajs/piscina/pull/163) +* Fixes a bug with transferable objects. (/~https://github.com/piscinajs/piscina/pull/155) +* Fixes CI issues with TypeScript. (/~https://github.com/piscinajs/piscina/pull/161) + ### 3.1.0 * Deprecates `piscina.runTask()`; adds `piscina.run()` as an alternative. diff --git a/package.json b/package.json index 720cf1da..d789f336 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "piscina", - "version": "3.1.0", + "version": "3.2.0", "description": "A fast, efficient Node.js Worker Thread Pool implementation", "main": "./dist/src/index.js", "exports": {