Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: piscinajs/piscina
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.9.1
Choose a base ref
...
head repository: piscinajs/piscina
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.9.2
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Mar 18, 2025

  1. chore: run docs only current

    metcoder95 committed Mar 18, 2025
    Copy the full SHA
    5da007c View commit details
  2. chore(release): 4.9.2

    metcoder95 committed Mar 18, 2025
    Copy the full SHA
    2c717d6 View commit details
Showing with 7 additions and 3 deletions.
  1. +2 −0 .github/workflows/docs.yml
  2. +2 −0 CHANGELOG.md
  3. +2 −2 package-lock.json
  4. +1 −1 package.json
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -6,6 +6,7 @@ on:

jobs:
build:
if: github.event.base_ref == 'refs/heads/current'
permissions:
contents: read
name: Build
@@ -38,6 +39,7 @@ jobs:
path: docs/build

deploy:
if: github.event.base_ref == 'refs/heads/current'
permissions:
pages: write
id-token: write
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,8 @@

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.9.2](https://github.com/piscinajs/piscina/compare/v4.9.1...v4.9.2) (2025-03-18)

### [4.9.1](https://github.com/piscinajs/piscina/compare/v4.8.0...v4.9.1) (2025-03-18)


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.9.1",
"version": "4.9.2",
"description": "A fast, efficient Node.js Worker Thread Pool implementation",
"main": "./dist/main.js",
"types": "./dist/index.d.ts",