Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Mar 4, 2024
1 parent 79ad058 commit 4c94a74
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,3 +4,12 @@ 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).

## v1.0.0 - 2024-03-04

### Commits

- Initial implementation, tests, readme, types [`79ad058`](https://github.com/ljharb/data-view-byte-length/commit/79ad058a73a4f8425e8ad034211dfc39e643dc86)
- Initial commit [`1a11313`](https://github.com/ljharb/data-view-byte-length/commit/1a113138783a815f66fd000a9f9c89fdbe8c98fb)
- npm init [`aac0108`](https://github.com/ljharb/data-view-byte-length/commit/aac010820b20b8604d33e5a74b51591f19f553e2)
- Only apps should have lockfiles [`cdf1a15`](https://github.com/ljharb/data-view-byte-length/commit/cdf1a15d4c201137982e1e703d56a42582c6d246)
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "data-view-byte-length",
"version": "0.0.0",
"version": "1.0.0",
"description": "Get the byteLength out of a DataView, robustly.",
"main": "index.js",
"exports": {
Expand Down

0 comments on commit 4c94a74

Please sign in to comment.