Skip to content

Commit 7a36cd9

Browse files
committed
adjusts bundle size + bumps version
1 parent 4a0f7bd commit 7a36cd9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ features:
2626

2727
- icon: 🧩
2828
title: Simple and tiny, yet very powerful
29-
details: "Thanks to the polymorphic operators, you only need to learn a few methods. And notice the small footprint: Only 1.9 KB minified and gzipped."
29+
details: "Thanks to the polymorphic operators, you only need to learn a few methods. And notice the small footprint: Only 2 KB minified and gzipped."
3030

3131
- icon:
3232
title: Full type inference without boilerplate

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": false,
33
"name": "typescript-result",
4-
"version": "3.5.0-beta.1",
4+
"version": "3.5.0",
55
"description": "Supercharge your TypeScript error handling with a powerful Result type that transforms chaotic try-catch blocks into elegant, type-safe code.",
66
"keywords": [
77
"result",

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Supercharge your TypeScript error handling with a powerful Result type that tran
1717

1818
- **🧩 Simple and tiny, yet very powerful**
1919

20-
Thanks to the polymorphic operators, you only need to learn a few methods. And notice the small footprint: Only 1.9 KB minified and gzipped.
20+
Thanks to the polymorphic operators, you only need to learn a few methods. And notice the small footprint: Only 2 KB minified and gzipped.
2121

2222
- **✨ Full type inference without boilerplate**
2323

0 commit comments

Comments
 (0)