diff --git a/CHANGELOG.md b/CHANGELOG.md index 90ea175..6c0df96 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.2](https://github.com/NFTX-project/nftxjs/compare/v1.14.1...v1.14.2) (2024-02-09) + + +### Bug Fixes + +* temporarily remove premiumpaids to field ([0ac7c3b](https://github.com/NFTX-project/nftxjs/commit/0ac7c3b6bb6b77e90423ab9ebd3b3e6fa11fdecf)) + + + + + ## [1.14.1](https://github.com/NFTX-project/nftxjs/compare/v1.14.0...v1.14.1) (2024-02-01) diff --git a/lerna.json b/lerna.json index 5918189..810e535 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "1.14.1", + "version": "1.14.2", "useWorkspaces": true, "command": { "publish": { diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 156000a..def687d 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/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.2](https://github.com/NFTX-project/nftxjs/compare/v1.14.1...v1.14.2) (2024-02-09) + + +### Bug Fixes + +* temporarily remove premiumpaids to field ([0ac7c3b](https://github.com/NFTX-project/nftxjs/commit/0ac7c3b6bb6b77e90423ab9ebd3b3e6fa11fdecf)) + + + + + # [1.14.0](https://github.com/NFTX-project/nftxjs/compare/v1.13.2...v1.14.0) (2024-02-01) diff --git a/packages/core/package.json b/packages/core/package.json index 47211b7..ae16e76 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@nftx/core", - "version": "1.14.0", + "version": "1.14.2", "description": "", "homepage": "https://github.com/NFTX-project/nftxjs", "license": "MIT",