diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fc7831..a6e52be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [3.2.1](https://github.com/lukso-network/tools-lsp-factory/compare/v3.2.0...v3.2.1) (2023-11-07) + + +### Bug Fixes + +* Repaise additional import ([36fe3e9](https://github.com/lukso-network/tools-lsp-factory/commit/36fe3e91b743ff4b328bcb2b88e20d51fc0ad99b)) +* Upgrade and try again ([51895c1](https://github.com/lukso-network/tools-lsp-factory/commit/51895c1a7017728f45cc15b5e7581d1326a76c00)) + ## [3.2.0](https://github.com/lukso-network/tools-lsp-factory/compare/v3.1.1...v3.2.0) (2023-11-03) diff --git a/package-lock.json b/package-lock.json index 92f0381..9d2893e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@lukso/lsp-factory.js", - "version": "3.2.0", + "version": "3.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@lukso/lsp-factory.js", - "version": "3.2.0", + "version": "3.2.1", "license": "MIT", "dependencies": { "@erc725/erc725.js": "^0.21.0", diff --git a/package.json b/package.json index 0e12916..c5ad294 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lukso/lsp-factory.js", - "version": "3.2.0", + "version": "3.2.1", "description": "Helper Library to allow simple deployments of UniversalProfiles and LSP7 and LSP8 Digital Assets.", "main": "build/main/src/index.js", "typings": "build/main/src/index.d.ts",