Skip to content

Commit 3f868e2

Browse files
committed
v1.0.0
1 parent 2e1382b commit 3f868e2

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,12 @@ 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/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## v1.0.0 - 2024-02-02
9+
10+
### Commits
11+
12+
- Initial implementation, tests, readme, types [`2e1382b`](https://github.com/ljharb/data-view-buffer/commit/2e1382b26a98acc6f2ade4a061e1cd829e3043b8)
13+
- Initial commit [`1eb7dc4`](https://github.com/ljharb/data-view-buffer/commit/1eb7dc4a0369d8320406bd7f9366c7887888790e)
14+
- npm init [`d9e3d47`](https://github.com/ljharb/data-view-buffer/commit/d9e3d4707b54bf77de30565ea5c6c0fcdf4a0ecc)
15+
- Only apps should have lockfiles [`116b60b`](https://github.com/ljharb/data-view-buffer/commit/116b60b9054de3331cd3c1599280466405c0d128)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "data-view-buffer",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "Get the ArrayBuffer out of a DataView, robustly.",
55
"main": "index.js",
66
"exports": {

0 commit comments

Comments
 (0)