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
No related branches found
No related tags found
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 ## [3.57.0] - 2024-03-06
### Add Features ### Add Features
...@@ -14,7 +29,6 @@ ...@@ -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) - 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 ### Changes
- tests and more
- tests and more - tests and more
- fix tests - fix tests
- updates [#160](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/160) - updates [#160](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/160)
......
{ {
"name": "@schukai/monster", "name": "@schukai/monster",
"version": "3.57.0", "version": "3.58.0",
"description": "Monster is a simple library for creating fast, robust and lightweight websites.", "description": "Monster is a simple library for creating fast, robust and lightweight websites.",
"keywords": [ "keywords": [
"framework", "framework",
......
...@@ -152,7 +152,7 @@ function getMonsterVersion() { ...@@ -152,7 +152,7 @@ function getMonsterVersion() {
} }
/** don't touch, replaced by make with package.json version */ /** don't touch, replaced by make with package.json version */
monsterVersion = new Version("3.57.0"); monsterVersion = new Version("3.58.0");
return monsterVersion; return monsterVersion;
} }
...@@ -7,7 +7,7 @@ describe('Monster', function () { ...@@ -7,7 +7,7 @@ describe('Monster', function () {
let monsterVersion let monsterVersion
/** don´t touch, replaced by make with package.json version */ /** 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(); let m = getMonsterVersion();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment