Skip to content

Commit 6de0786

Browse files
committed
v5.0.0
1 parent b1231b8 commit 6de0786

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## 5.0.0 - 2023-04-02
6+
* Call latest on/off callbacks and now using let/const internally instead of var - ([#16](https://github.com/shama/on-load/pull/16))
7+
* Code optimization - ([#41](https://github.com/shama/on-load/pull/41))
8+
59
## 4.0.2 - 2019-03-29
610
* Fix timing/loading collision bug - ([#40](https://github.com/shama/on-load/pull/40))
711

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "on-load",
3-
"version": "4.0.2",
3+
"version": "5.0.0",
44
"description": "On load/unload events for DOM elements using a MutationObserver",
55
"main": "server.js",
66
"browser": {

0 commit comments

Comments
 (0)