sqs-producer 8.0.1-canary.2 → 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 +3 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
## [8.0.1
|
|
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
|
+
* aligning workflows and deps ([#127](https://github.com/bbc/sqs-producer/issues/127)) ([5459898](https://github.com/bbc/sqs-producer/commit/54598986a1703d880f5daa3d78b756fb499ce067))
|
|
5
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))
|
|
6
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))
|
|
7
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))
|