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

Commit

Permalink
Merge pull request #36 from pilcrowOnPaper/main.auri
Browse files Browse the repository at this point in the history
Auri: Release request (v1.1.0)
  • Loading branch information
pilcrowonpaper authored Feb 7, 2024
2 parents 368a71a + 821d286 commit 4fb7594
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
1 change: 0 additions & 1 deletion .changesets/47hsl.minor.md

This file was deleted.

1 change: 0 additions & 1 deletion .changesets/9cskw.minor.md

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# oslo

## 1.1.0

### Minor changes

- Deprecate `encodeBase32()`, `decodeBase32()`, `encodeBase64`, `decodeBase64()`, `encodeBase64url()`, `decodeBase64url()`. ([#35](https://github.com/pilcrowOnPaper/oslo/pull/35))
- Feat: Add `Base64Encoding`, `Base32Encoding`, `base16`, `base32`, `base32hex`, `base64`, `base64url`. ([#35](https://github.com/pilcrowOnPaper/oslo/pull/35))

## 1.0.4

### Patch changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "oslo",
"type": "module",
"version": "1.0.4",
"version": "1.1.0",
"description": "A collection of auth-related utilities",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 4fb7594

Please sign in to comment.