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

chore: release and publish to npm new version 3.63.2

parent e0e55fb2
No related branches found
No related tags found
No related merge requests found
## [3.63.2] - 2024-03-28
### Bug Fixes
- colors and more, add igrnore change to savebutton [#181](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/181) [#180](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/180)
### Changes
- reorganize playground
## [3.63.1] - 2024-03-27
### Bug Fixes
- [#179](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/179) [#176](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/176)
### Changes
- release and publish to npm new version 3.63.1
## [3.63.0] - 2024-03-25
......
{
"name": "@schukai/monster",
"version": "3.63.1",
"version": "3.63.2",
"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.1");
monsterVersion = new Version("3.63.2");
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.1")
monsterVersion = new Version("3.63.2")
let m = getMonsterVersion();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment