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

chore: release and publish to npm new version 3.61.0

parent 4b03c86f
No related branches found
No related tags found
No related merge requests found
## [3.61.0] - 2024-03-24
### Add Features
- new methods and tidy [#174](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/174) [#173](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/173)
### Changes
- update tests and doc
- events
## [3.60.0] - 2024-03-24
### Add Features
- min/max for split screen [#172](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/172)
### Changes
- release and publish to npm new version 3.60.0
## [3.59.1] - 2024-03-23
......
{
"name": "@schukai/monster",
"version": "3.60.0",
"version": "3.61.0",
"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.60.0");
monsterVersion = new Version("3.61.0");
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.60.0")
monsterVersion = new Version("3.61.0")
let m = getMonsterVersion();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment