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

Commit 3d6dd2d

Browse files
update release (#42)
1 parent 082c9a4 commit 3d6dd2d

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.changesets/iwvpz.patch.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

.changesets/r9sme.patch.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# oslo
22

3+
## 1.1.1
4+
5+
### Patch changes
6+
7+
- Improve `base64.encode()` performance
8+
- Improve `base32.encode()` performance. ([#40](https://github.com/pilcrowOnPaper/oslo/pull/40))
9+
310
## 1.1.0
411

512
### Minor changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "oslo",
33
"type": "module",
4-
"version": "1.1.0",
4+
"version": "1.1.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)