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

chore: release and publish to npm new version 3.58.0

parent 966a95bd
Branches
Tags 3.58.0
No related merge requests found
## [3.58.0] - 2024-03-17
### Add Features
- new select feature emptyValueIfNoOptions [#142](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/142)
### Changes
- update deploy script
- lint code
- build-webtest
- lint code
- code format
- release and publish to npm new version 3.57.0
- tests and more
## [3.57.0] - 2024-03-06
### Add Features
......@@ -14,7 +29,6 @@
- add arrowdown handler [#160](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/160) [#161](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/161)
### Changes
- tests and more
- tests and more
- fix tests
- updates [#160](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/160)
......
{
"name": "@schukai/monster",
"version": "3.57.0",
"version": "3.58.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.57.0");
monsterVersion = new Version("3.58.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.57.0")
monsterVersion = new Version("3.58.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