Skip to content

Commit 94011a7

Browse files
chore(release): 1.0.1
1 parent 79d024f commit 94011a7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [1.0.1](https://github.com/Adedoyin-Emmanuel/tsresult/compare/v1.0.0...v1.0.1) (2025-02-12)
6+
57
## 1.0.0 (2025-02-12)
68

79

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Fluent Result Type for TypeScript",
44
"module": "index.ts",
55
"type": "module",
6-
"version": "1.0.0",
6+
"version": "1.0.1",
77
"main": "./dist/index.js",
88
"types": "dist/index.d.ts",
99
"files": [
@@ -13,7 +13,7 @@
1313
"license": "MIT",
1414
"repository": {
1515
"type": "git",
16-
"url": "git+https://github.com/clipsave/tsresult.git"
16+
"url": "git+https://github.com/Adedoyin-Emmanuel/tsresult.git"
1717
},
1818
"keywords": [
1919
"tsresult",

0 commit comments

Comments
 (0)