@serenity-js/core 3.32.0 → 3.32.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [3.32.1](https://github.com/serenity-js/serenity-js/compare/v3.32.0...v3.32.1) (2025-06-20)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **playwright-test:** added SerenityFixtures and SerenityWorkerFixtures to API docs ([887a7cf](https://github.com/serenity-js/serenity-js/commit/887a7cfb2d5505cd566cc26defdf6d1aaa145e40))
12
+
13
+
14
+
15
+
16
+
6
17
  # [3.32.0](https://github.com/serenity-js/serenity-js/compare/v3.31.17...v3.32.0) (2025-06-20)
7
18
 
8
19
 
package/README.md CHANGED
@@ -34,7 +34,6 @@ To install this module, run the following command in your computer terminal:
34
34
  npm install --save-dev @serenity-js/core
35
35
  ```
36
36
 
37
-
38
37
  ## 📣 Stay up to date
39
38
 
40
39
  New features, tutorials, and demos are coming soon!
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serenity-js/core",
3
- "version": "3.32.0",
3
+ "version": "3.32.1",
4
4
  "description": "The core Serenity/JS framework, providing the Screenplay Pattern interfaces, as well as the test reporting and integration infrastructure",
5
5
  "author": {
6
6
  "name": "Jan Molak",
@@ -75,5 +75,5 @@
75
75
  "engines": {
76
76
  "node": "^18.12 || ^20 || ^22"
77
77
  },
78
- "gitHead": "2b6464752f0a65ccf4b9f83ce1b309e14e9c6293"
78
+ "gitHead": "f1f288c9a75d28270dfe4ba16ca4f367a4dbba22"
79
79
  }