diff --git a/CHANGELOG.md b/CHANGELOG.md index 37bcd1b..90ea175 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.14.1](https://github.com/NFTX-project/nftxjs/compare/v1.14.0...v1.14.1) (2024-02-01) + + +### Bug Fixes + +* add retry and error handling settings to queues ([03fe4d0](https://github.com/NFTX-project/nftxjs/commit/03fe4d0ebbe7deb58043e2822f0328d4221c5bd9)) + + + + + # [1.14.0](https://github.com/NFTX-project/nftxjs/compare/v1.13.2...v1.14.0) (2024-02-01) diff --git a/lerna.json b/lerna.json index ebf46e4..5918189 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "1.14.0", + "version": "1.14.1", "useWorkspaces": true, "command": { "publish": { diff --git a/packages/queue/CHANGELOG.md b/packages/queue/CHANGELOG.md index 56ac935..99c8887 100644 --- a/packages/queue/CHANGELOG.md +++ b/packages/queue/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.14.1](https://github.com/NFTX-project/nftxjs/compare/v1.14.0...v1.14.1) (2024-02-01) + + +### Bug Fixes + +* add retry and error handling settings to queues ([03fe4d0](https://github.com/NFTX-project/nftxjs/commit/03fe4d0ebbe7deb58043e2822f0328d4221c5bd9)) + + + + + # [1.14.0](https://github.com/NFTX-project/nftxjs/compare/v1.13.2...v1.14.0) (2024-02-01) **Note:** Version bump only for package @nftx/queue diff --git a/packages/queue/package.json b/packages/queue/package.json index 3bad26e..6d4685d 100644 --- a/packages/queue/package.json +++ b/packages/queue/package.json @@ -1,6 +1,6 @@ { "name": "@nftx/queue", - "version": "1.14.0", + "version": "1.14.1", "description": "", "homepage": "https://github.com/NFTX-project/nftxjs", "license": "MIT",