Skip to content

Commit efe7026

Browse files
chore(release): v2.0.0
1 parent b6a08fc commit efe7026

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.0.0] - 2026-03-05
9+
10+
### Added
11+
- Release version 2.0.0
12+
13+
814
## [1.0.0] - 2025-03-04
915

1016
### Added
@@ -15,3 +21,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1521
- Utilities: validate(), maybe()
1622

1723
[1.0.0]: https://github.com/renderorange/class-types/releases/tag/v1.0.0
24+
25+
[2.0.0]: https://github.com/renderorange/class-types/releases/tag/v2.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@renderorange/class-types",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "Base class for runtime type checking in JavaScript",
55
"author": "Blaine Motsinger <blaine@renderorange.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)