Skip to content

Commit

Permalink
chore: release main (#112)
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 16, 2024
1 parent cf78b8b commit 12463c7
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.1.0",
"packages/auth-provider": "6.1.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.1.1](https://github.com/aversini/auth-client/compare/auth-provider-v6.1.0...auth-provider-v6.1.1) (2024-07-16)


### Bug Fixes

* missing fingerprint when refreshing token silently ([#111](https://github.com/aversini/auth-client/issues/111)) ([cf78b8b](https://github.com/aversini/auth-client/commit/cf78b8bf031e1ce6bf68c3b4aea7cd68efc8058e))

## [6.1.0](https://github.com/aversini/auth-client/compare/auth-provider-v6.0.0...auth-provider-v6.1.0) (2024-07-16)


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.1.0",
"version": "6.1.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 @@ -262,5 +262,13 @@
"limit": "21 kb",
"passed": true
}
},
"6.1.1": {
"dist/index.js": {
"fileSize": 74655,
"fileSizeGzip": 21060,
"limit": "21 kb",
"passed": true
}
}
}

0 comments on commit 12463c7

Please sign in to comment.