Skip to content

Commit

Permalink
v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 12, 2024
1 parent 891fc01 commit bab7b60
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ 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.2](https://github.com/es-shims/es-arraybuffer-base64/compare/v1.1.1...v1.1.2) - 2024-12-11

### Commits

- [actions] split out node 10-20, and 20+ [`6a88895`](https://github.com/es-shims/es-arraybuffer-base64/commit/6a88895d988a5ecfdce41a0543f7da482d317b39)
- [Refactor] use `call-bound` and `math-intrinsics` directly [`891fc01`](https://github.com/es-shims/es-arraybuffer-base64/commit/891fc01bb068e397a88fb2c506eda4de9e264431)
- [Deps] update `call-bind`, `es-abstract`, `get-intrinsic`, `typed-array-byte-offset`, `typed-array-length`, `which-typed-array` [`0251e2f`](https://github.com/es-shims/es-arraybuffer-base64/commit/0251e2f38c5233f765bbc195f4166265bd83aaca)
- [Dev Deps] update `auto-changelog`, `is-core-module`, `object-inspect`, `tape` [`dbfd9dd`](https://github.com/es-shims/es-arraybuffer-base64/commit/dbfd9dd56792e82a8112c66f95f69571566fb4ba)
- [Tests] replace `aud` with `npm audit` [`60d7698`](https://github.com/es-shims/es-arraybuffer-base64/commit/60d7698840fff66c85d6dfea2fa2a7785e0b2874)
- [Dev Deps] add missing peer dep [`1c07138`](https://github.com/es-shims/es-arraybuffer-base64/commit/1c07138afdc5327fbe4234d6e631114e15160df8)

## [v1.1.1](https://github.com/es-shims/es-arraybuffer-base64/compare/v1.1.0...v1.1.1) - 2024-07-08

### 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.1",
"version": "1.1.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 bab7b60

Please sign in to comment.