|
1 | 1 | # @mqueue/amqplib |
2 | 2 |
|
| 3 | +## 2.0.0 |
| 4 | + |
| 5 | +### Major Changes |
| 6 | + |
| 7 | +- [`34cff73`](https://github.com/domwebber/mqueue/commit/34cff7386252d4b4d2fa51b2f7193d93197d1e6c) |
| 8 | + Thanks [@domwebber](https://github.com/domwebber)! - Update `amqplib` to `v1` |
| 9 | + - Updates minimum NodeJS version to v18 - |
| 10 | + https://github.com/amqp-node/amqplib/blob/main/CHANGELOG.md#v100 |
| 11 | + |
| 12 | +### Patch Changes |
| 13 | + |
| 14 | +- [`033491f`](https://github.com/domwebber/mqueue/commit/033491f122654908d2adcc361966ca4d78f00697) |
| 15 | + Thanks [@domwebber](https://github.com/domwebber)! - Move `typescript` and |
| 16 | + `tsx` to monorepo root, out of installed-package dependencies |
| 17 | + |
| 18 | +- [`e242a16`](https://github.com/domwebber/mqueue/commit/e242a167b93b484b28c5818ea06985b106d4c20e) |
| 19 | + Thanks [@domwebber](https://github.com/domwebber)! - Move `publint` to |
| 20 | + monorepo root, out of installed-package dependencies |
| 21 | + |
| 22 | +- [`6d95fb4`](https://github.com/domwebber/mqueue/commit/6d95fb4424014998b74dc8d1add625e4b0be6051) |
| 23 | + Thanks [@domwebber](https://github.com/domwebber)! - Move `testcontainers` to |
| 24 | + monorepo root, out of installed-package dependencies |
| 25 | + |
| 26 | +- [`c002052`](https://github.com/domwebber/mqueue/commit/c0020521cd56c296f084f65a3f774792d2b70a27) |
| 27 | + Thanks [@domwebber](https://github.com/domwebber)! - Update various |
| 28 | + dependencies |
| 29 | + |
| 30 | +- [`c002052`](https://github.com/domwebber/mqueue/commit/c0020521cd56c296f084f65a3f774792d2b70a27) |
| 31 | + Thanks [@domwebber](https://github.com/domwebber)! - Updated TypeScript to |
| 32 | + `v6` |
| 33 | + |
| 34 | +- [`85cb3d9`](https://github.com/domwebber/mqueue/commit/85cb3d945539691292f3ecf624eaed618e64d65c) |
| 35 | + Thanks [@domwebber](https://github.com/domwebber)! - Migrate bundling to |
| 36 | + `tsdown` (Rolldown) |
| 37 | + |
| 38 | +- Updated dependencies |
| 39 | + [[`033491f`](https://github.com/domwebber/mqueue/commit/033491f122654908d2adcc361966ca4d78f00697), |
| 40 | + [`e242a16`](https://github.com/domwebber/mqueue/commit/e242a167b93b484b28c5818ea06985b106d4c20e), |
| 41 | + [`6d95fb4`](https://github.com/domwebber/mqueue/commit/6d95fb4424014998b74dc8d1add625e4b0be6051), |
| 42 | + [`c002052`](https://github.com/domwebber/mqueue/commit/c0020521cd56c296f084f65a3f774792d2b70a27), |
| 43 | + [`c002052`](https://github.com/domwebber/mqueue/commit/c0020521cd56c296f084f65a3f774792d2b70a27), |
| 44 | + [`85cb3d9`](https://github.com/domwebber/mqueue/commit/85cb3d945539691292f3ecf624eaed618e64d65c)]: |
| 45 | + - @mqueue/queue@1.0.2 |
| 46 | + |
3 | 47 | ## 1.0.1 |
4 | 48 |
|
5 | 49 | ### Patch Changes |
|
0 commit comments