Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Mar 14, 2024
1 parent e260b77 commit 4b643cd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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.2](https://github.com/es-shims/es-arraybuffer-base64/compare/v1.0.1...v1.0.2) - 2024-03-14

### Commits

- [Tests] add more coverage from https://github.com/tc39/test262/pull/3994 [`b0d4dd8`](https://github.com/es-shims/es-arraybuffer-base64/commit/b0d4dd8d7189c3b7b95d4c9ad5d241bc05b95d8e)
- [Fix] add missing `exports` entries [`e260b77`](https://github.com/es-shims/es-arraybuffer-base64/commit/e260b7740f6cd804118bef74b28e958bf501f93b)
- [Deps] update `safe-array-concat`, `which-typed-array` [`06f7137`](https://github.com/es-shims/es-arraybuffer-base64/commit/06f713723ca205fbc29b0663aa6f317f757b0cb2)

## [v1.0.1](https://github.com/es-shims/es-arraybuffer-base64/compare/v1.0.0...v1.0.1) - 2024-02-28

### 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.0.1",
"version": "1.0.2",
"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 4b643cd

Please sign in to comment.