diff --git a/CHANGELOG.md b/CHANGELOG.md index 13a28578fd1574d7de680461ab1621e0e42fdea7..09a6da0192c5b888713dd630dc3de1e9e579da95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,15 @@ +## [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 diff --git a/package.json b/package.json index 18f6f36c738790d178831cf01fe25be221c341df..f2ab77d0e8bd2cfa68e0ac6412423d626b98b528 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "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", diff --git a/source/types/version.mjs b/source/types/version.mjs index 15b2d253a4480859d012c39807494c96e2282dfd..b7f7a25680264924de0a791d99677b83fe3183f3 100644 --- a/source/types/version.mjs +++ b/source/types/version.mjs @@ -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; } diff --git a/test/cases/monster.mjs b/test/cases/monster.mjs index f1c4acb33964a2c88ddd3d36000ca239239bc282..be657857f1aae0de4cc823743995e24cb250dce0 100644 --- a/test/cases/monster.mjs +++ b/test/cases/monster.mjs @@ -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();