@widergy/polling-handling 2.2.1 → 2.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,9 +1,21 @@
1
- ## [2.2.1](https://github.com/widergy/polling-handling/compare/v2.2.0...v2.2.1) (2026-09-03)
1
+ ## [2.2.3](https://github.com/widergy/polling-handling/compare/v2.2.2...v2.2.3) (2026-09-18)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
- * publish on master ([388bb43](https://github.com/widergy/polling-handling/commit/388bb436b9e5ddba468c399bdc9728f01c3df643))
6
+ * branch name contract ([e6387e3](https://github.com/widergy/polling-handling/commit/e6387e35b19f7769b67ed4438cd885fc9b7d33e3))
7
+
8
+ ## [2.2.2](https://github.com/widergy/polling-handling/compare/v2.2.1...v2.2.2) (2026-09-03)
9
+
10
+ ### Novedades y Mejoras
11
+
12
+ * Mejoras internas de la plataforma [`304a582`](https://github.com/widergy/polling-handling/commit/304a582)
13
+
14
+ ## [2.2.1](https://github.com/widergy/polling-handling/compare/v2.2.0...v2.2.1) (2026-09-03)
15
+
16
+ ### Novedades y Mejoras
17
+
18
+ * Mejoras internas de la plataforma. [`388bb43`](https://github.com/widergy/polling-handling/commit/388bb43)
7
19
 
8
20
  # [2.2.0](https://github.com/widergy/polling-handling/compare/v2.1.2...v2.2.0) (2026-08-25)
9
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@widergy/polling-handling",
3
- "version": "2.2.1",
3
+ "version": "2.2.3",
4
4
  "description": "Utility GO! Polling Handling",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",