Skip to content

Commit

Permalink
chore: release main (#116)
Browse files Browse the repository at this point in the history
* chore: release main

* Apply automatic changes

---------

Co-authored-by: aversini <[email protected]>
  • Loading branch information
aversini and aversini authored Jul 18, 2024
1 parent be6a5e3 commit 8602491
Show file tree
Hide file tree
Showing 4 changed files with 17 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,4 +1,4 @@
{
"packages/auth-provider": "6.2.0",
"packages/auth-provider": "6.2.1",
"packages/auth-common": "2.12.1"
}
7 changes: 7 additions & 0 deletions packages/auth-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [6.2.1](https://github.com/aversini/auth-client/compare/auth-provider-v6.2.0...auth-provider-v6.2.1) (2024-07-18)


### Bug Fixes

* tokens not cleared in DB when session times out ([#115](https://github.com/aversini/auth-client/issues/115)) ([be6a5e3](https://github.com/aversini/auth-client/commit/be6a5e3537bed7d8ba502f0838497bf5510c51d8))

## [6.2.0](https://github.com/aversini/auth-client/compare/auth-provider-v6.1.1...auth-provider-v6.2.0) (2024-07-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/auth-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@versini/auth-provider",
"version": "6.2.0",
"version": "6.2.1",
"license": "MIT",
"author": "Arno Versini",
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions packages/auth-provider/stats/stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -278,5 +278,13 @@
"limit": "18 kb",
"passed": true
}
},
"6.2.1": {
"dist/index.js": {
"fileSize": 65165,
"fileSizeGzip": 18169,
"limit": "18 kb",
"passed": true
}
}
}

0 comments on commit 8602491

Please sign in to comment.