Skip to content

Commit 10f1a8c

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2025-09-09) ### Bug Fixes * remove ES module configuration to fix semantic-release scripts ([f869d14](f869d14)) ### Features * initial open source release of Typelets API ([66a3d30](66a3d30))
1 parent f869d14 commit 10f1a8c

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 1.0.0 (2025-09-09)
2+
3+
4+
### Bug Fixes
5+
6+
* remove ES module configuration to fix semantic-release scripts ([f869d14](https://github.com/typelets/typelets-api/commit/f869d14cf42b35d119d11e3e25daff98060b7129))
7+
8+
9+
### Features
10+
11+
* initial open source release of Typelets API ([66a3d30](https://github.com/typelets/typelets-api/commit/66a3d30dcbc0a33c4118c6948d9537e885298039))
12+
113
# Changelog
214

315
All notable changes to this project will be documented in this file.

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// This file is automatically updated by semantic-release
2-
export const VERSION = "1.0.0";
2+
export const VERSION = '1.0.0'

0 commit comments

Comments
 (0)