From a749c5d91f77efc1aa661b548da3ea069ca73fc8 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Wed, 7 Feb 2024 17:47:28 -0800 Subject: [PATCH] v1.0.0 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03a962f..14c3463 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 8a441f2..4f992a0 100644 --- a/package.json +++ b/package.json @@ -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": {