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

chore: release and publish to npm new version 3.56.1

parent a41f6626
No related branches found
No related tags found
No related merge requests found
## [3.56.1] - 2024-02-26
### Bug Fixes
- [3] is not the right way [#151](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/151)
## [3.56.0] - 2024-02-26
### Add Features
......@@ -6,6 +12,7 @@
- update datatable controls [#150](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/150) [#149](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/149) [#148](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/148) [#147](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/147) [#146](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/146) [#145](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/145)
### Changes
- release and publish to npm new version 3.56.0
- format
- format
- [#144](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/144)
......
{
"name": "@schukai/monster",
"version": "3.56.0",
"version": "3.56.1",
"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.56.0");
monsterVersion = new Version("3.56.1");
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.56.0")
monsterVersion = new Version("3.56.1")
let m = getMonsterVersion();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment