Skip to content

Commit 311ae73

Browse files
committed
Fix CHANGELOG.md / README.md
Added keywords
1 parent e87dc88 commit 311ae73

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@
33
All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [0.0.1] - 2024-10-26
8+
9+
- Initial release

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ console.log(views.data.buffer.byteLength); // 4104
4848

4949
## API
5050

51-
### `createArrayBufferViews`
51+
### `createArrayBufferViews(BufferType: { new(size: number): ArrayBuffer | SharedArrayBuffer }, config: Record<string, [TypedArrayConstructor, number]>)`
5252

5353
Creates multiple `TypedArray` views on a single `ArrayBuffer` or `SharedArrayBuffer`.
5454

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
],
2121
"keywords": [
2222
"ArrayBuffer",
23+
"SharedArrayBuffer",
2324
"TypedArray",
2425
"partition",
2526
"allocator",

0 commit comments

Comments
 (0)