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 18, 2024
1 parent 44cfb77 commit 43b28c5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ 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/mathiasbynens/String.prototype.endsWith/compare/v1.0.1...v1.0.2) - 2024-03-18

### Commits

- [Deps] update `call-bind`, `define-properties`, `es-abstract` [`38e22e6`](https://github.com/mathiasbynens/String.prototype.endsWith/commit/38e22e69450af8a3f4ffa4f50a836b78a6204ffc)
- [eslint] fix linting errors [`44cfb77`](https://github.com/mathiasbynens/String.prototype.endsWith/commit/44cfb77f14f5ad2e8be69d6eb41d90c510d07c09)
- [Dev Deps] update `aud`, `function-bind`, `tape` [`6f50b14`](https://github.com/mathiasbynens/String.prototype.endsWith/commit/6f50b145b90c2a7faee01a924c26e8b9b487fc7d)
- [Refactor] use `es-object-atoms` instead of `es-abstract` when possible [`42aa444`](https://github.com/mathiasbynens/String.prototype.endsWith/commit/42aa4443737685d4fd2229cef1ecd03f83e8018d)
- [meta] add missing `engines.node` [`bccb5bb`](https://github.com/mathiasbynens/String.prototype.endsWith/commit/bccb5bb26e7e5c1a874f5c2558af8d8f7b7ede7f)

## [v1.0.1](https://github.com/mathiasbynens/String.prototype.endsWith/compare/v1.0.0...v1.0.1) - 2023-09-11

### 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": "string.prototype.endswith",
"version": "1.0.1",
"version": "1.0.2",
"description": "A robust & optimized `String.prototype.endsWith` polyfill, based on the ECMAScript 6 specification.",
"homepage": "https://mths.be/endswith",
"main": "index.js",
Expand Down

0 comments on commit 43b28c5

Please sign in to comment.