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

chore: release and publish to npm new version 3.64.0

parent 562fbf9b
No related branches found
No related tags found
No related merge requests found
## [3.64.0] - 2024-04-04
### Add Features
- add new panel and rename switch-screen to switch-panel [#184](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/184)
### Changes
- fix tests
- new command for create-issue, first step for theme generator
- test runners are now empowered to run selected files [#166](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/166)
## [3.63.3] - 2024-04-01
### Bug Fixes
......@@ -6,6 +17,7 @@
- include state-button [#183](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/183)
### Changes
- release and publish to npm new version 3.63.3
- update devenv
- update issue templates
- update template and create showroom section
......
{
"name": "@schukai/monster",
"version": "3.63.3",
"version": "3.64.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.63.3");
monsterVersion = new Version("3.64.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.63.3")
monsterVersion = new Version("3.64.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