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

Commit 4fb7594

Browse files
Merge pull request #36 from pilcrowOnPaper/main.auri
Auri: Release request (v1.1.0)
2 parents 368a71a + 821d286 commit 4fb7594

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.changesets/47hsl.minor.md

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

.changesets/9cskw.minor.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.0
4+
5+
### Minor changes
6+
7+
- Deprecate `encodeBase32()`, `decodeBase32()`, `encodeBase64`, `decodeBase64()`, `encodeBase64url()`, `decodeBase64url()`. ([#35](https://github.com/pilcrowOnPaper/oslo/pull/35))
8+
- Feat: Add `Base64Encoding`, `Base32Encoding`, `base16`, `base32`, `base32hex`, `base64`, `base64url`. ([#35](https://github.com/pilcrowOnPaper/oslo/pull/35))
9+
310
## 1.0.4
411

512
### Patch 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.0.4",
4+
"version": "1.1.0",
55
"description": "A collection of auth-related utilities",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)