Skip to content

Commit

Permalink
v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jan 3, 2025
1 parent cffa05e commit 30b97e9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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/TypedArray.prototype.slice/compare/v1.0.4...v1.0.5) - 2025-01-02

### Commits

- [Fix] (-‸ლ) typo in specifier from dd67051195bdc0a9a5a2252c0fd3bd9155f6b08b [`cffa05e`](https://github.com/es-shims/TypedArray.prototype.slice/commit/cffa05e88cb2c3044f367ba9541f2894f51c99d0)

## [v1.0.4](https://github.com/es-shims/TypedArray.prototype.slice/compare/v1.0.3...v1.0.4) - 2025-01-02

### 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": "typedarray.prototype.slice",
"version": "1.0.4",
"version": "1.0.5",
"description": "ES spec-compliant shim for TypedArray.prototype.slice",
"author": "Jordan Harband <[email protected]>",
"funding": {
Expand Down

0 comments on commit 30b97e9

Please sign in to comment.