sqs-consumer 14.2.0-canary.2 → 14.2.0-canary.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 +2 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,5 @@
1
- ## [14.2.0-canary.2](https://github.com/bbc/sqs-consumer/compare/v14.2.0-canary.1...v14.2.0-canary.2) (2025-12-12)
1
+ ## [14.2.0-canary.3](https://github.com/bbc/sqs-consumer/compare/v14.2.0-canary.2...v14.2.0-canary.3) (2025-12-12)
2
2
 
3
3
  ### Chores
4
4
 
5
- * update brace-expansion ([6b4d508](https://github.com/bbc/sqs-consumer/commit/6b4d508ef83fdfbe49498f38e67d81a1602cd469))
5
+ * update package version ([62a5d6c](https://github.com/bbc/sqs-consumer/commit/62a5d6c109ad49f736952a681e7de514d426d7df))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sqs-consumer",
3
- "version": "14.2.0-canary.2",
3
+ "version": "14.2.0-canary.3",
4
4
  "description": "Build SQS-based Node applications without the boilerplate",
5
5
  "type": "module",
6
6
  "main": "dist/cjs/index.js",