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

chore: release and publish to npm new version 3.63.3

parent bafab4fa
No related branches found
No related tags found
No related merge requests found
## [3.63.3] - 2024-04-01
### Bug Fixes
- include state-button [#183](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/183)
### Changes
- update devenv
- update issue templates
- update template and create showroom section
## [3.63.2] - 2024-03-28
### Bug Fixes
......@@ -6,6 +17,7 @@
- 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
- release and publish to npm new version 3.63.2
- reorganize playground
## [3.63.1] - 2024-03-27
......
{
"name": "@schukai/monster",
"version": "3.63.2",
"version": "3.63.3",
"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.2");
monsterVersion = new Version("3.63.3");
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.2")
monsterVersion = new Version("3.63.3")
let m = getMonsterVersion();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment