sqs-producer 8.0.0-canary.1 → 8.0.0
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 +2 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
## [8.0.0
|
|
1
|
+
## [8.0.0](https://github.com/bbc/sqs-producer/compare/v7.0.0...v8.0.0) (2025-08-26)
|
|
2
2
|
|
|
3
3
|
### Chores
|
|
4
4
|
|
|
5
5
|
* **deps:** update actions/dependency-review-action action to v4 ([#119](https://github.com/bbc/sqs-producer/issues/119)) ([d0541e8](https://github.com/bbc/sqs-producer/commit/d0541e85c28ac9662940ce2b1855c08e7ae7aa89))
|
|
6
6
|
* **deps:** update github/codeql-action action to v3 ([#118](https://github.com/bbc/sqs-producer/issues/118)) ([611eddf](https://github.com/bbc/sqs-producer/commit/611eddf2e1150a58b354f3aeca9a3f5a67df4bb0))
|
|
7
|
+
* update actions ([c8c2f30](https://github.com/bbc/sqs-producer/commit/c8c2f30cf22d885dccaf958ae995dc0e83426041))
|
|
7
8
|
* updating dependencies ([43cf299](https://github.com/bbc/sqs-producer/commit/43cf2994de6b580bd0832f8e14745f7119c24f06))
|
|
8
9
|
* updating node and deps ([#120](https://github.com/bbc/sqs-producer/issues/120)) ([16a83e5](https://github.com/bbc/sqs-producer/commit/16a83e5195d2a851e4e01792475a7378ff1722cf))
|