sqs-consumer 14.2.1-canary.2 → 14.2.1-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 -6
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,9 +1,5 @@
1
- ## [14.2.1-canary.2](https://github.com/bbc/sqs-consumer/compare/v14.2.1-canary.1...v14.2.1-canary.2) (2025-12-15)
1
+ ## [14.2.1-canary.3](https://github.com/bbc/sqs-consumer/compare/v14.2.1-canary.2...v14.2.1-canary.3) (2025-12-15)
2
2
 
3
3
  ### Chores
4
4
 
5
- * **deps-dev:** bump p-event from 7.0.0 to 7.0.1 ([#668](https://github.com/bbc/sqs-consumer/issues/668)) ([9a95442](https://github.com/bbc/sqs-consumer/commit/9a9544206ac0c2a1fc5f6512d7f84b2031b8f580))
6
- * **deps:** bump actions/upload-artifact from 5.0.0 to 6.0.0 ([#671](https://github.com/bbc/sqs-consumer/issues/671)) ([cd8a729](https://github.com/bbc/sqs-consumer/commit/cd8a72903073ffdeabdcb620e93d9e3c2fce1a14))
7
- * **deps:** bump dessant/lock-threads from 5.0.1 to 6.0.0 ([#670](https://github.com/bbc/sqs-consumer/issues/670)) ([42f4f81](https://github.com/bbc/sqs-consumer/commit/42f4f81798ef53b1beb0c744d66781228e9b3c07))
8
- * **deps:** bump github/codeql-action from 4.31.7 to 4.31.8 ([#669](https://github.com/bbc/sqs-consumer/issues/669)) ([afdbb9f](https://github.com/bbc/sqs-consumer/commit/afdbb9fc35f15a8d80c54702e2219631f0b5fda0))
9
- * **deps:** bump zgosalvez/github-actions-report-lcov ([#672](https://github.com/bbc/sqs-consumer/issues/672)) ([54d336a](https://github.com/bbc/sqs-consumer/commit/54d336ab360974e8d720164c6c994e6ed044473a))
5
+ * **deps-dev:** bump @semantic-release/github from 11.0.6 to 12.0.2 ([#666](https://github.com/bbc/sqs-consumer/issues/666)) ([51d8986](https://github.com/bbc/sqs-consumer/commit/51d8986d5b7086ae58651bce84f0d1afdcf9d2c1))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sqs-consumer",
3
- "version": "14.2.1-canary.2",
3
+ "version": "14.2.1-canary.3",
4
4
  "description": "Build SQS-based Node applications without the boilerplate",
5
5
  "type": "module",
6
6
  "main": "dist/cjs/index.js",
@@ -155,7 +155,7 @@
155
155
  "@semantic-release/changelog": "^6.0.3",
156
156
  "@semantic-release/commit-analyzer": "^13.0.1",
157
157
  "@semantic-release/git": "^10.0.1",
158
- "@semantic-release/github": "^11.0.6",
158
+ "@semantic-release/github": "^12.0.2",
159
159
  "@semantic-release/npm": "^13.1.2",
160
160
  "@semantic-release/release-notes-generator": "^14.1.0",
161
161
  "@types/chai": "^5.2.2",