Skip to content

Commit

Permalink
chore(release): 4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
paulpestov committed Aug 21, 2024
1 parent 8861fa2 commit c5ccfad
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tido",
"version": "4.0.4",
"version": "4.0.5",
"description": "Text Viewer for Digital Objects (TIDO)",
"productName": "TIDO",
"keywords": [
Expand All @@ -25,6 +25,7 @@
"Nils Windisch"
],
"type": "module",
"main": "dist/tido.js",
"bugs": {
"url": "https://github.com/subugoe/tido/issues"
},
Expand Down

0 comments on commit c5ccfad

Please sign in to comment.