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

chore: release and publish to npm new version 3.63.0

parent 8562362f
No related branches found
No related tags found
No related merge requests found
## [3.63.0] - 2024-03-25
### Add Features
- add events to dataset methods [#178](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/178)
## [3.62.0] - 2024-03-25 ## [3.62.0] - 2024-03-25
### Add Features ### Add Features
- add addRow, removeRow and copyRow [#175](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/175) [#176](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/176) [#177](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/177) - add addRow, removeRow and copyRow [#175](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/175) [#176](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/176) [#177](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/177)
### Changes
- release and publish to npm new version 3.62.0
## [3.61.0] - 2024-03-24 ## [3.61.0] - 2024-03-24
......
{ {
"name": "@schukai/monster", "name": "@schukai/monster",
"version": "3.62.0", "version": "3.63.0",
"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.62.0"); monsterVersion = new Version("3.63.0");
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.62.0") monsterVersion = new Version("3.63.0")
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