diff --git a/.changesets/iwvpz.patch.md b/.changesets/iwvpz.patch.md deleted file mode 100644 index 4c939d6..0000000 --- a/.changesets/iwvpz.patch.md +++ /dev/null @@ -1 +0,0 @@ -Improve `base64.encode()` performance \ No newline at end of file diff --git a/.changesets/r9sme.patch.md b/.changesets/r9sme.patch.md deleted file mode 100644 index 088dd33..0000000 --- a/.changesets/r9sme.patch.md +++ /dev/null @@ -1 +0,0 @@ -Improve `base32.encode()` performance. \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 9db8811..0b236f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # oslo +## 1.1.1 + +### Patch changes + +- Improve `base64.encode()` performance +- Improve `base32.encode()` performance. ([#40](https://github.com/pilcrowOnPaper/oslo/pull/40)) + ## 1.1.0 ### Minor changes diff --git a/package.json b/package.json index f64e039..286fd3f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "oslo", "type": "module", - "version": "1.1.0", + "version": "1.1.1", "description": "A collection of auth-related utilities", "main": "dist/index.js", "types": "dist/index.d.ts",