Skip to content

Commit

Permalink
v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Mar 20, 2024
1 parent e474b8b commit 7e4f5c1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
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.0.6](https://github.com/es-shims/String.prototype.at/compare/v1.0.5...v1.0.6) - 2024-03-20

### Commits

- [meta] remove useless ESM [`d4f18aa`](https://github.com/es-shims/String.prototype.at/commit/d4f18aad0ded0f794c84cc714d492ae57a33a6b0)
- [actions] remove redundant finisher [`3f02639`](https://github.com/es-shims/String.prototype.at/commit/3f026394dccafdac0b0bc842dc9a97fcc9d3d2ee)
- [Deps] update `call-bind`, `define-properties`, `es-abstract` [`6b6024f`](https://github.com/es-shims/String.prototype.at/commit/6b6024fd84cc18464610d9ba69c6a15f11986141)
- [Refactor] use `es-object-atoms` where possible [`ae2687e`](https://github.com/es-shims/String.prototype.at/commit/ae2687e03f9b61d576fce2ea885e87ad71598abb)
- [Dev Deps] update `aud`, `npmignore`, `tape` [`df69ac0`](https://github.com/es-shims/String.prototype.at/commit/df69ac0cb3f97b44cd9e782229ab8e1d3a2f1124)
- [meta] add missing `engines.node` [`e474b8b`](https://github.com/es-shims/String.prototype.at/commit/e474b8b60e8ac45cd324b47c9f0261561f749c00)

## [v1.0.5](https://github.com/es-shims/String.prototype.at/compare/v1.0.4...v1.0.5) - 2023-09-01

### Commits
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "string.prototype.at",
"version": "1.0.5",
"version": "1.0.6",
"description": "An ES-spec-compliant (proposed) String.prototype.at shim/polyfill/replacement that works as far down as ES3",
"main": "index.js",
"exports": {
Expand Down

0 comments on commit 7e4f5c1

Please sign in to comment.