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

chore: release and publish to npm new version 3.64.1

parent 5613d69e
No related branches found
No related tags found
No related merge requests found
## [3.64.1] - 2024-04-07
### Bug Fixes
- monster.mjs
### Changes
- update license text
- fix import statements
- add showroot files
- add showroot files
## [3.64.0] - 2024-04-04 ## [3.64.0] - 2024-04-04
### Add Features ### Add Features
...@@ -6,6 +18,7 @@ ...@@ -6,6 +18,7 @@
- add new panel and rename switch-screen to switch-panel [#184](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/184) - add new panel and rename switch-screen to switch-panel [#184](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/184)
### Changes ### Changes
- release and publish to npm new version 3.64.0
- fix tests - fix tests
- new command for create-issue, first step for theme generator - 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) - test runners are now empowered to run selected files [#166](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/166)
......
{ {
"name": "@schukai/monster", "name": "@schukai/monster",
"version": "3.64.0", "version": "3.64.1",
"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.64.0"); monsterVersion = new Version("3.64.1");
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.64.0") monsterVersion = new Version("3.64.1")
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