Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jul 8, 2024
1 parent eb8d6c4 commit d61b194
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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": "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": {
Expand Down

0 comments on commit d61b194

Please sign in to comment.