diff --git a/CHANGELOG.md b/CHANGELOG.md index 64492fe..5005dfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# [2.0.1](https://github.com/TechTeamer/acl/compare/2.0.0...2.0.1) (2024-09-06) + +- [FKITDEV-5034](https://youtrack.techteamer.com/issue/FKITDEV-5034) 2024. 09. Devel maintenance - teendők + # [2.0.0](https://github.com/TechTeamer/acl/compare/1.2.1...2.0.0) (2024-09-05) - [FKITDEV-3756](https://youtrack.techteamer.com/issue/FKITDEV-3756) Esm migration diff --git a/package.json b/package.json index 3c22668..8bec816 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@techteamer/acl", - "version": "2.0.0", + "version": "2.0.1", "description": "Access Control List (ACL)", "main": "dist/cjs/index.js", "module": "dist/mjs/index.js",