Skip to content

Commit

Permalink
v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Sep 6, 2023
1 parent 92cec49 commit 776e726
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.0.5](https://github.com/es-shims/Number.prototype.toExponential/compare/v1.0.4...v1.0.5) - 2023-09-06

### Commits

- [Deps] update `define-properties`, `es-abstract` [`92cec49`](https://github.com/es-shims/Number.prototype.toExponential/commit/92cec49e8dbdb5a92b208356ce26de32543067a9)
- [Dev Deps] update `@es-shims/api`, `@ljharb/eslint-config`, `aud`, `tape` [`2450393`](https://github.com/es-shims/Number.prototype.toExponential/commit/245039393a61bdaff915e11e69ba9998bd367fed)

## [v1.0.4](https://github.com/es-shims/Number.prototype.toExponential/compare/v1.0.3...v1.0.4) - 2022-11-05

### 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": "number.prototype.toexponential",
"version": "1.0.4",
"version": "1.0.5",
"description": "An ES-spec-compliant Number.prototype.toExponential shim/polyfill/replacement that works as far down as ES3",
"main": "index.js",
"exports": {
Expand Down

0 comments on commit 776e726

Please sign in to comment.