Skip to content

Commit 7217952

Browse files
committed
chore(release): v0.6.0
1 parent cc273e4 commit 7217952

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This project adheres to [Semantic Versioning][semver].
66
The format of this changelog is [a variant][lib9-versionning] of [Keep a Changelog][keep-changelog].
77
New entries must be placed in a section entitled `Unreleased`.
88

9-
## Unreleased
9+
## 0.6.0 (2025-11-16)
1010

1111
- Support resizable `ArrayBuffer` and growable `SharedArrayBuffer`
1212

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": "@bare-ts/lib",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "TypeScript library for BARE, a compact and simple binary-serialization format",
55
"keywords": [
66
"bare",

0 commit comments

Comments
 (0)