Skip to content

Commit 9f0258c

Browse files
committed
v1.0.0
1 parent 8b94518 commit 9f0258c

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-03-04
9+
10+
### Commits
11+
12+
- Initial implementation, tests, readme, types [`8b94518`](https://github.com/ljharb/data-view-byte-offset/commit/8b94518cd2a87df3084cdf60b52f70d9f65b94b6)
13+
- Initial commit [`aee2acc`](https://github.com/ljharb/data-view-byte-offset/commit/aee2accbbefcd5645693f4587ce2eabde166b1a0)
14+
- npm init [`10a21a4`](https://github.com/ljharb/data-view-byte-offset/commit/10a21a4189c51a3add252e3f76fe31a0b5bdcfc1)
15+
- Only apps should have lockfiles [`f6cfa3e`](https://github.com/ljharb/data-view-byte-offset/commit/f6cfa3e917d58c2e130f9383f5e04f5d5069d0e6)

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-byte-offset",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "Get the byteOffset out of a DataView, robustly.",
55
"main": "index.js",
66
"exports": {

0 commit comments

Comments
 (0)