Skip to content

Commit

Permalink
Merge pull request #56 from spuxx1701/release-please--branches--main
Browse files Browse the repository at this point in the history
chore: release main
  • Loading branch information
spuxx-dev authored Oct 8, 2024
2 parents 63327ab + 9b7db93 commit af459a6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/js-utils": "1.0.0",
"packages/browser-utils": "1.2.0",
"packages/nest-utils": "1.1.2"
"packages/nest-utils": "1.1.3"
}
8 changes: 8 additions & 0 deletions packages/nest-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.1.3](https://github.com/spuxx1701/jslibs/compare/nest-utils-v1.1.2...nest-utils-v1.1.3) (2024-10-08)


### Bug Fixes

* **auth:** Improve AuthGuard's verbose logging ([c7f6985](https://github.com/spuxx1701/jslibs/commit/c7f6985e8af711933d3238442a94d6aa1524e4f8))
* **auth:** Update user role detection to support the common 'groups' claim ([def2ada](https://github.com/spuxx1701/jslibs/commit/def2ada1c1f7151886d796205b4d406428c49f5e))

## [1.1.2](https://github.com/spuxx1701/jslibs/compare/nest-utils-v1.1.1...nest-utils-v1.1.2) (2024-10-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/nest-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spuxx/nest-utils",
"version": "1.1.2",
"version": "1.1.3",
"description": "A package containing various utilities for NestJS applications.",
"license": "MIT",
"author": {
Expand Down

0 comments on commit af459a6

Please sign in to comment.