@abinnovision/nestjs-hatchet 0.5.0-beta.2 → 0.5.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 +12 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.5.0](https://github.com/abinnovision/nestjs-commons/compare/nestjs-hatchet-v0.4.0...nestjs-hatchet-v0.5.0) (2026-03-22)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* use pinned Hatchet SDK and re-export ([#102](https://github.com/abinnovision/nestjs-commons/issues/102)) ([6651fb1](https://github.com/abinnovision/nestjs-commons/commit/6651fb1a9dd9fd4d51ae6b02bc23b6de8b735e04))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* align nestjs-hatchet export ([#104](https://github.com/abinnovision/nestjs-commons/issues/104)) ([9e32d5d](https://github.com/abinnovision/nestjs-commons/commit/9e32d5d97936c2e2b1106e2bc9a6900bc5668b9c))
|
|
14
|
+
|
|
3
15
|
## [0.4.0](https://github.com/abinnovision/nestjs-commons/compare/nestjs-hatchet-v0.3.2...nestjs-hatchet-v0.4.0) (2026-03-21)
|
|
4
16
|
|
|
5
17
|
|