build-start-rebuild-perf 0.2.2 → 0.2.3

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.
@@ -2,8 +2,8 @@
2
2
  "solution": {
3
3
  "build-start-rebuild-perf": {
4
4
  "impact": "patch",
5
- "oldVersion": "0.2.1",
6
- "newVersion": "0.2.2",
5
+ "oldVersion": "0.2.2",
6
+ "newVersion": "0.2.3",
7
7
  "tagName": "latest",
8
8
  "constraints": [
9
9
  {
@@ -14,5 +14,5 @@
14
14
  "pkgJSONPath": "./package.json"
15
15
  }
16
16
  },
17
- "description": "## Release (2025-08-11)\n\n* build-start-rebuild-perf 0.2.2 (patch)\n\n#### :memo: Documentation\n* `build-start-rebuild-perf`\n * [#31](https://github.com/mainmatter/build-start-rebuild-perf/pull/31) Add shoutout to Discorse for providing inspiration for this tool ([@pichfl](https://github.com/pichfl))\n\n#### Committers: 1\n- Florian Pichler ([@pichfl](https://github.com/pichfl))\n"
17
+ "description": "## Release (2025-08-13)\n\n* build-start-rebuild-perf 0.2.3 (patch)\n\n#### :memo: Documentation\n* `build-start-rebuild-perf`\n * [#34](https://github.com/mainmatter/build-start-rebuild-perf/pull/34) Fix typo in README.md ([@KevinBongart](https://github.com/KevinBongart))\n\n#### Committers: 1\n- Kevin Bongart ([@KevinBongart](https://github.com/KevinBongart))\n"
18
18
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # Changelog
2
2
 
3
+ ## Release (2025-08-13)
4
+
5
+ * build-start-rebuild-perf 0.2.3 (patch)
6
+
7
+ #### :memo: Documentation
8
+ * `build-start-rebuild-perf`
9
+ * [#34](https://github.com/mainmatter/build-start-rebuild-perf/pull/34) Fix typo in README.md ([@KevinBongart](https://github.com/KevinBongart))
10
+
11
+ #### Committers: 1
12
+ - Kevin Bongart ([@KevinBongart](https://github.com/KevinBongart))
13
+
3
14
  ## Release (2025-08-11)
4
15
 
5
16
  * build-start-rebuild-perf 0.2.2 (patch)
package/README.md CHANGED
@@ -6,7 +6,7 @@ Measures web app performance metrics:
6
6
  - Time to app load (waiting for an element selector)
7
7
  - Reload time after a file changes
8
8
 
9
- Thanks to [Discorse](https://github.com/discourse/discourse/blob/7729810716210a0354b3b4d40006c3b12a92d14d/vite-perf-test.mjs) for providing inspiration for this script.
9
+ Thanks to [Discourse](https://github.com/discourse/discourse/blob/7729810716210a0354b3b4d40006c3b12a92d14d/vite-perf-test.mjs) for providing inspiration for this script.
10
10
 
11
11
  ## Usage
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "build-start-rebuild-perf",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "repository": {