Skip to content

Commit

Permalink
Fix CHANGELOG.md / README.md
Browse files Browse the repository at this point in the history
Added keywords
  • Loading branch information
ain1084 committed Oct 26, 2024
1 parent e87dc88 commit 311ae73
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
All notable changes to this project will be documented in this file.

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).

## [0.0.1] - 2024-10-26

- Initial release
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ console.log(views.data.buffer.byteLength); // 4104

## API

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

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

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
],
"keywords": [
"ArrayBuffer",
"SharedArrayBuffer",
"TypedArray",
"partition",
"allocator",
Expand Down

0 comments on commit 311ae73

Please sign in to comment.