sqs-producer 8.0.1-canary.3 → 8.0.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
@@ -1,5 +1,9 @@
1
- ## [8.0.1-canary.3](https://github.com/bbc/sqs-producer/compare/v8.0.1-canary.2...v8.0.1-canary.3) (2025-12-12)
1
+ ## [8.0.1](https://github.com/bbc/sqs-producer/compare/v8.0.0...v8.0.1) (2025-12-12)
2
2
 
3
3
  ### Chores
4
4
 
5
- * fix typos ([fd7f872](https://github.com/bbc/sqs-producer/commit/fd7f872de521a5996fd0f2015d806a6e5bd32a4c))
5
+ * aligning workflows and deps ([#127](https://github.com/bbc/sqs-producer/issues/127)) ([5459898](https://github.com/bbc/sqs-producer/commit/54598986a1703d880f5daa3d78b756fb499ce067))
6
+ * **deps-dev:** bump @semantic-release/github from 11.0.6 to 12.0.2 ([#130](https://github.com/bbc/sqs-producer/issues/130)) ([bd18ffb](https://github.com/bbc/sqs-producer/commit/bd18ffb28622ca8223904b89f3c297a9b34d6d34))
7
+ * **deps:** bump dessant/lock-threads from 5.0.1 to 6.0.0 ([#128](https://github.com/bbc/sqs-producer/issues/128)) ([f163405](https://github.com/bbc/sqs-producer/commit/f163405fa3cfce11b9d9ad282aef05cff3ec94af))
8
+ * **deps:** bump github/codeql-action from 4.31.7 to 4.31.8 ([#129](https://github.com/bbc/sqs-producer/issues/129)) ([d60520a](https://github.com/bbc/sqs-producer/commit/d60520a11873a606775eb3e60dd2b42b1e08386f))
9
+ * update version ([2d07ad3](https://github.com/bbc/sqs-producer/commit/2d07ad319c84341f35f047ab6fcee80605d8acb2))
package/README.md CHANGED
@@ -86,7 +86,7 @@ await producer.send({
86
86
 
87
87
  ### Credentials
88
88
 
89
- By default the producer will look for AWS credentials in the places [specified by the AWS SDK](https://docs.aws.amazon.com/AWSJavaScriptSDK/guide/node-configuring.html#Setting_AWS_Credentials). The simplest option is to export your credentials as environment variables:
89
+ By default the consumer will look for AWS credentials in the places [specified by the AWS SDK](https://docs.aws.amazon.com/AWSJavaScriptSDK/guide/node-configuring.html#Setting_AWS_Credentials). The simplest option is to export your credentials as environment variables:
90
90
 
91
91
  ```bash
92
92
  export AWS_SECRET_ACCESS_KEY=...
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sqs-producer",
3
- "version": "8.0.1-canary.3",
3
+ "version": "8.0.1",
4
4
  "description": "Enqueues messages onto a given SQS queue",
5
5
  "type": "module",
6
6
  "main": "dist/cjs/index.js",