diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ca0228..53d0d69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.3.1](https://github.com/lukso-network/tools-lsp-factory/compare/v3.3.0...v3.3.1) (2024-01-05) + + +### Bug Fixes + +* readme title ([#256](https://github.com/lukso-network/tools-lsp-factory/issues/256)) ([039583e](https://github.com/lukso-network/tools-lsp-factory/commit/039583e16f92a8379f0f68474822c296b9117779)) + ## [3.3.0](https://github.com/lukso-network/tools-lsp-factory/compare/v3.2.1...v3.3.0) (2024-01-05) diff --git a/package-lock.json b/package-lock.json index ea32dec..b6a5720 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@lukso/lsp-factory.js", - "version": "3.3.0", + "version": "3.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@lukso/lsp-factory.js", - "version": "3.3.0", + "version": "3.3.1", "license": "MIT", "dependencies": { "@erc725/erc725.js": "^0.22.0", diff --git a/package.json b/package.json index f8f07b2..881c4d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lukso/lsp-factory.js", - "version": "3.3.0", + "version": "3.3.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",