Skip to content
Snippets Groups Projects
Commit 3cc10721 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

chore: release 3.73.9

parent 42c7e220
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,25 @@ ...@@ -2,6 +2,25 @@
## [3.73.9] - 2024-09-15
### Bug Fixes
- error handling [#234](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/234)
- build css
- Replace `sleep` with `requestAnimationFrame` for smoother UI [#234](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/234)
### Changes
- some small code tweaks
- code format
- update versions
- add issue example [#233](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/233)
### Documentation
- wip update document for new monsterjs.org site
## [3.73.8] - 2024-08-01 ## [3.73.8] - 2024-08-01
### Bug Fixes ### Bug Fixes
......
{ {
version = "3.73.8"; version = "3.73.9";
commit = "2701919f66b8846f055cbea3dd98ba3184839eee"; commit = "42c7e22014918c4f250c709ce48368df681f0f9a";
name = "Monster"; name = "Monster";
mnemonic = "monster"; mnemonic = "monster";
} }
\ No newline at end of file
{ {
"name": "@schukai/monster", "name": "@schukai/monster",
"version": "3.73.8", "version": "3.73.9",
"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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment