Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Feb 8, 2024
1 parent 19d805a commit a749c5d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,16 @@ 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-02-07

### Commits

- Initial implementation, tests, readme [`ed4e571`](https://github.com/es-shims/es-arraybuffer-base64/commit/ed4e571a8b2d2589f161b054751fb4b34d67ade1)
- [Refactor] move `into` static methods to prototype and rename [`3a52985`](https://github.com/es-shims/es-arraybuffer-base64/commit/3a529856c124303f7ad4206a0f994e6f4e6757f2)
- Initial commit [`a18dcfd`](https://github.com/es-shims/es-arraybuffer-base64/commit/a18dcfdd63d7c072fbd8d29dfc65d0a76f2913de)
- [Deps] update `array-buffer-byte-length`, `is-array-buffer`, `which-typed-array` [`698a83e`](https://github.com/es-shims/es-arraybuffer-base64/commit/698a83e1ca56e36c582741d3a288b6848b951157)
- npm init [`48175a7`](https://github.com/es-shims/es-arraybuffer-base64/commit/48175a7831e92ddd2622d53f0a3b0bafa02196cc)
- [Deps] update `call-bind`, `es-errors`, `safe-regex-test`, `typed-array-buffer`, `typedarray.prototype.slice` [`87095c4`](https://github.com/es-shims/es-arraybuffer-base64/commit/87095c43276149dca081dd1afcc2ea79e6b61198)
- Only apps should have lockfiles [`57d2588`](https://github.com/es-shims/es-arraybuffer-base64/commit/57d258854e1a864521c2b93b2f8fc6087962e581)
- [meta] add missing `version` script [`19d805a`](https://github.com/es-shims/es-arraybuffer-base64/commit/19d805a358e5cdbb0572fca6317ebe3fdf084648)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "es-arraybuffer-base64",
"version": "0.0.0",
"version": "1.0.0",
"description": "An ES-spec-compliant shim/polyfill/replacement for ArrayBuffer base64 methods that works as far down as ES3",
"main": "index.json",
"exports": {
Expand Down

0 comments on commit a749c5d

Please sign in to comment.