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

chore: release and publish to npm new version 3.55.2

parent 4835218d
No related branches found
No related tags found
No related merge requests found
## [3.55.2] - 2024-01-22
### Bug Fixes
- double fetch [#134](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/134)
## [3.55.1] - 2024-01-22
### Bug Fixes
......@@ -8,6 +14,7 @@
- check parameter [#132](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/132)
### Changes
- release and publish to npm new version 3.55.1
- doc
- lint + formatt
- update nixos to 23-11
......
{
"name": "@schukai/monster",
"version": "3.55.1",
"version": "3.55.2",
"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.1");
monsterVersion = new Version("3.55.2");
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.1")
monsterVersion = new Version("3.55.2")
let m = getMonsterVersion();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment