From d61b194ff8ae2ffc704c628646a5e2c2b10a5d29 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 8 Jul 2024 16:35:44 -0700 Subject: [PATCH] v1.1.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90afcf8..3d7e823 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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.1.1](https://github.com/es-shims/es-arraybuffer-base64/compare/v1.1.0...v1.1.1) - 2024-07-08 + +### Commits + +- [Fix] write until an error [`eb8d6c4`](https://github.com/es-shims/es-arraybuffer-base64/commit/eb8d6c4e59d1badd3319b14aec3bfffb5a51edf1) +- [Dev Deps] update `is-core-module`, `object-inspect`, `tape` [`7810f65`](https://github.com/es-shims/es-arraybuffer-base64/commit/7810f659ce7a1ad285b12d79a14c3905ad3f319d) + ## [v1.1.0](https://github.com/es-shims/es-arraybuffer-base64/compare/v1.0.3...v1.1.0) - 2024-06-12 ### Commits diff --git a/package.json b/package.json index c957d93..cd536cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "es-arraybuffer-base64", - "version": "1.1.0", + "version": "1.1.1", "description": "An ES-spec-compliant shim/polyfill/replacement for ArrayBuffer base64 methods that works as far down as ES3", "main": "index.json", "exports": {