From 8467f4178aa8c00910f82079b423b546d39df723 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 14:20:29 +0000 Subject: [PATCH] chore(main): release 3.3.1 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) 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",