Skip to content

Commit 79d024f

Browse files
chore(release): 1.0.0
1 parent 90ea7b0 commit 79d024f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Changelog
2+
3+
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.
4+
5+
## 1.0.0 (2025-02-12)
6+
7+
8+
### Bug Fixes
9+
10+
* fix failing tests ([10cf8cc](https://github.com/clipsave/tsresult/commit/10cf8ccade360648b8f6a23a5db2d70c215c43a4))

package.json

+1-1
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": "0.0.1",
6+
"version": "1.0.0",
77
"main": "./dist/index.js",
88
"types": "dist/index.d.ts",
99
"files": [

0 commit comments

Comments
 (0)