Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: TechTeamer/acl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.0
Choose a base ref
...
head repository: TechTeamer/acl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.1
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Sep 6, 2024

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    ba184ed View commit details
  2. 2.0.1

    robence committed Sep 6, 2024
    Copy the full SHA
    8111898 View commit details
Showing with 6 additions and 2 deletions.
  1. +4 −0 CHANGELOG.md
  2. +2 −2 package.json
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
@@ -31,7 +31,7 @@
},
"type": "module",
"engines": {
"node": "^18.18.0 || ^20.9.0"
"node": ">=20.9.0"
},
"devDependencies": {
"@types/node": "^20.12.12",