diff --git a/changelog.md b/changelog.md index c72b6fe..c46d021 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 0.2.4 + +Bug fixes: + +* Correct name of `classIsDirectlyExtended` method + ## 0.2.3 Features: diff --git a/package-lock.json b/package-lock.json index 8ebaaf2..8e36402 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "class-extension", - "version": "0.2.3", + "version": "0.2.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a188821..9681927 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "class-extension", - "version": "0.2.3", + "version": "0.2.4", "description": "Class extensions", "main": "index.js", "files": [