Skip to content
Snippets Groups Projects
Verified Commit 13f92463 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

chore: release and publish to npm new version 3.55.6

parent 2f98de47
Branches
Tags 3.55.6
No related merge requests found
## [3.55.6] - 2024-01-26
### Bug Fixes
- wrong font family for tab buttons [#140](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/140)
## [3.55.5] - 2024-01-24
### Bug Fixes
- predefine order in datatable [#138](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/138)
### Changes
- release and publish to npm new version 3.55.5
## [3.55.4] - 2024-01-24
......
{
"name": "@schukai/monster",
"version": "3.55.5",
"version": "3.55.6",
"description": "Monster is a simple library for creating fast, robust and lightweight websites.",
"keywords": [
"framework",
......
......@@ -152,7 +152,7 @@ function getMonsterVersion() {
}
/** don't touch, replaced by make with package.json version */
monsterVersion = new Version("3.55.5");
monsterVersion = new Version("3.55.6");
return monsterVersion;
}
......@@ -7,7 +7,7 @@ describe('Monster', function () {
let monsterVersion
/** don´t touch, replaced by make with package.json version */
monsterVersion = new Version("3.55.5")
monsterVersion = new Version("3.55.6")
let m = getMonsterVersion();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment