Skip to content

Commit

Permalink
release: Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Marinerer committed Nov 26, 2024
1 parent c3ff756 commit 467f968
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions libs/domEmit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# dom-event-emit

## 1.0.0

### Major Changes 🎉

- feat: Add unit tests ([ff59a2b](https://github.com/Marinerer/jotter/commit/ff59a2b650b081c1861684763eb1d64d94a28c53))
- feat: Enhance event handling with context binding and onHandler trigger ([fa6c2d9](https://github.com/Marinerer/jotter/commit/fa6c2d9d4ed85ffc0558c190726ef916a24e7310))
- feat: Add DomEmitter library for event handling ([a55911f](https://github.com/Marinerer/jotter/commit/a55911f6a0e81ab1146bf3b3909370fb78e88ea6))
- fix: Safeguard _events access in size method ([3761434](https://github.com/Marinerer/jotter/commit/37614347e7d57f9b01842370fa1268c2043017bd))
- docs: Add README and package.json ([c3ff756](https://github.com/Marinerer/jotter/commit/c3ff756e9e9e709301303f736ee15cf521ed8446))
2 changes: 1 addition & 1 deletion libs/domEmit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dom-event-emit",
"version": "0.0.0",
"version": "1.0.0",
"description": "A type-safe, flexible DOM event emitter for browser environments. It has the same event API as DOM elements.",
"type": "module",
"main": "dist/index.js",
Expand Down

0 comments on commit 467f968

Please sign in to comment.