chore(master): release 4.4.3 (#2637) v4.4.3
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sat, 26 Oct 2024 13:37:29 +0000 (15:37 +0200)
committerGitHub <noreply@github.com>
Sat, 26 Oct 2024 13:37:29 +0000 (15:37 +0200)
* chore(master): release 4.4.3

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
.github/release-please/manifest.json
CHANGELOG.md
jsr.json
package.json
sonar-project.properties
src/pools/version.ts

index 7cb89f2d40f1cef60ff55c9ca18fe12a5fc91a83..465e1a2aed76978dd1eae64ff5be4bc14b0df581 100644 (file)
@@ -1,3 +1,3 @@
 {
-  ".": "4.4.2"
+  ".": "4.4.3"
 }
index 33b66fc537599b02a6585e3f8cfc3acd8712504a..1f0a2eb5fcf9edb1f7dc0c6ff52a778dc877664b 100644 (file)
@@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
+## [4.4.3](https://github.com/poolifier/poolifier/compare/v4.4.2...v4.4.3) (2024-10-26)
+
+
+### 📚 Documentation
+
+* publish documentation ([557444c](https://github.com/poolifier/poolifier/commit/557444c71a0cd2d0662a63196928ed1388994257))
+
+
+### 🤖 Automation
+
+* add `clean-publish` at npm package releasing ([4f7ba01](https://github.com/poolifier/poolifier/commit/4f7ba0131327d1223bf7bb9cf9906b752a1fbf4e))
+* **deps:** bump the regular group across 11 directories with 2 updates ([#2638](https://github.com/poolifier/poolifier/issues/2638)) ([e3e997e](https://github.com/poolifier/poolifier/commit/e3e997e1d92438b04e8e674da46431122533ac16))
+
 ## [4.4.2](https://github.com/poolifier/poolifier/compare/v4.4.1...v4.4.2) (2024-10-25)
 
 
index 02887a8ead9e849c88b5bf310d65739110aa7ef4..9fccf68a22434519996a79e128f8eeb283492a23 100644 (file)
--- a/jsr.json
+++ b/jsr.json
@@ -1,7 +1,7 @@
 {
   "$schema": "https://jsr.io/schema/config-file.v1.json",
   "name": "@poolifier/poolifier",
-  "version": "4.4.2",
+  "version": "4.4.3",
   "exports": "./src/index.ts",
   "publish": {
     "include": ["LICENSE", "README.md", "jsr.json", "src/**/*.ts"]
index 440f1b260fc209c9b6fb5652cecd83336f79dc3a..be46fd0fe2c046937fa712b9dfe321d342a58e92 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "4.4.2",
+  "version": "4.4.3",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "type": "module",
index 061ce532e3c071b4f0479f8a5d3c0df7fb026f10..9be83251fd7868b3e866d5f33af04501bdcaecbc 100644 (file)
@@ -4,7 +4,7 @@ sonar.javascript.exclusions=lib/**/*.mjs
 sonar.javascript.lcov.reportPaths=coverage/lcov.info
 sonar.projectName=poolifier
 # x-release-please-start-version
-sonar.projectVersion=4.4.2
+sonar.projectVersion=4.4.3
 # x-release-please-end
 sonar.host.url=https://sonarcloud.io
 #sonar.sources=src
index 71b00e6abeea599afbb917ef5919fceb1d93dcae..3b7bd0fcb98bbce70ff28e961aaa295c075c7246 100644 (file)
@@ -1,3 +1,3 @@
 // x-release-please-start-version
-export const version = '4.4.2'
+export const version = '4.4.3'
 // x-release-please-end