From c5ccfad9b20b909c92c46c58a7935f6da027e379 Mon Sep 17 00:00:00 2001 From: Paul Pestov <10750176+paulpestov@users.noreply.github.com> Date: Wed, 21 Aug 2024 13:16:07 +0200 Subject: [PATCH] chore(release): 4.0.5 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 3 ++- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28d517b1..61a2ca84 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. +### [4.0.5](https://github.com/subugoe/tido/compare/v4.0.4...v4.0.5) (2024-08-21) + + +### Bug Fixes + +* move the pinia instance to Tido function for local usage ([8861fa2](https://github.com/subugoe/tido/commit/8861fa2978ffcb247d22c14a8c9295013b34fe83)) + ### [4.0.4](https://github.com/subugoe/tido/compare/v4.0.3...v4.0.4) (2024-07-17) diff --git a/package-lock.json b/package-lock.json index feb5a0ab..21d221b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tido", - "version": "4.0.4", + "version": "4.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tido", - "version": "4.0.4", + "version": "4.0.5", "license": "AGPL-3.0-or-later", "devDependencies": { "@vitejs/plugin-vue": "^5.0.4", diff --git a/package.json b/package.json index 36f0e228..8e1e42b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tido", - "version": "4.0.4", + "version": "4.0.5", "description": "Text Viewer for Digital Objects (TIDO)", "productName": "TIDO", "keywords": [ @@ -25,6 +25,7 @@ "Nils Windisch" ], "type": "module", + "main": "dist/tido.js", "bugs": { "url": "https://github.com/subugoe/tido/issues" },