From 066ae368e66602db0b58e19a9637c80609c3228c Mon Sep 17 00:00:00 2001 From: "Herdi Tr." Date: Fri, 18 Oct 2024 15:07:01 +0700 Subject: [PATCH] chore(release): v1.0.0-rc.7 --- CHANGELOG.md | 21 +++++++++++++++++++++ package.json | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbc3dba..4bbf931 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,27 @@ # Changelog +## v1.0.0-rc.7 + +[compare changes](https://github.com/Hrdtr/guantr/compare/v1.0.0-rc.6...v1.0.0-rc.7) + +### 🩹 Fixes + +- Invalid return from condition expression check utility fn ([a540740](https://github.com/Hrdtr/guantr/commit/a540740)) + +### 📖 Documentation + +- Add base api references ([cb07790](https://github.com/Hrdtr/guantr/commit/cb07790)) + +### 🏡 Chore + +- Deps update ([ef21742](https://github.com/Hrdtr/guantr/commit/ef21742)) +- Apply automated updates ([c6179e8](https://github.com/Hrdtr/guantr/commit/c6179e8)) + +### ❤️ Contributors + +- Herdi Tr. ([@Hrdtr](http://github.com/Hrdtr)) + ## v1.0.0-rc.6 [compare changes](https://github.com/Hrdtr/guantr/compare/v1.0.0-rc.5...v1.0.0-rc.6) diff --git a/package.json b/package.json index da102d9..4b3b877 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "guantr", - "version": "1.0.0-rc.6", + "version": "1.0.0-rc.7", "description": "Flexible, type-safe JavaScript library for efficient authorization and permission checking", "repository": "Hrdtr/guantr", "license": "MIT",