Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit fab8e05

Browse files
update release (#80)
1 parent 3b70ea8 commit fab8e05

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.changesets/1719416300-a6fzo.patch.md

-1
This file was deleted.

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# oslo
22

3+
## 1.2.1
4+
5+
### Patch changes
6+
7+
- Fix `issuer` parameter getting encoded twice in key URI ([#79](https://github.com/pilcrowOnPaper/oslo/pull/79))
8+
39
## 1.2.0
410

511
### Minor changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "oslo",
33
"type": "module",
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"description": "A collection of auth-related utilities",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)