Skip to content

Commit 116a38e

Browse files
chore(release): 1.0.0 [skip ci]
# [1.0.0](v0.3.0...v1.0.0) (2025-05-18) ### Documentation * add documentation for `append` ([469d878](469d878)) ### Features * add `append` ([e26ca2a](e26ca2a)) ### BREAKING CHANGES * Release a stable v1
1 parent 469d878 commit 116a38e

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [1.0.0](https://github.com/Falinor/web-streams-utils/compare/v0.3.0...v1.0.0) (2025-05-18)
2+
3+
4+
### Documentation
5+
6+
* add documentation for `append` ([469d878](https://github.com/Falinor/web-streams-utils/commit/469d878cbc7f0e705f2dd07dbfce9f86f1b80cb2))
7+
8+
9+
### Features
10+
11+
* add `append` ([e26ca2a](https://github.com/Falinor/web-streams-utils/commit/e26ca2a529d00610a2271fe665bb7d38ef69cd4c))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* Release a stable v1
17+
118
# [0.3.0](https://github.com/Falinor/web-streams-utils/compare/v0.2.0...v0.3.0) (2025-04-25)
219

320

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web-streams-utils",
3-
"version": "0.3.0",
3+
"version": "1.0.0",
44
"description": "Utility functions for Web Streams",
55
"type": "module",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)