Skip to content

Commit a916f54

Browse files
authored
Release version 7.0.0 (#256)
We've accumulated some changes worth releasing. A major version bump because of the backwards-incompatible changes.
1 parent 54bc08d commit a916f54

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Not yet released
1+
# 7.0.0
2+
3+
Release date: 2026-02-16.
24

35
Backwards incompatible:
46

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ts-results-es",
3-
"version": "6.0.0",
3+
"version": "7.0.0",
44
"description": "A TypeScript implementation of Rust's Result and Option objects.",
55
"scripts": {
66
"build": "npm run clean && npm run build:ts && npm run build:copy",

0 commit comments

Comments
 (0)