Skip to content

Commit c32142d

Browse files
committed
v1.0.0
1 parent e74135e commit c32142d

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,14 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## v1.0.0 - 2025-03-03
9+
10+
### Commits
11+
12+
- Initial implementation, tests, readme [`7f191f7`](https://github.com/es-shims/Array.prototype.reverse/commit/7f191f77adbf694aabf782025705b89e4ffb8204)
13+
- Initial commit [`feb036c`](https://github.com/es-shims/Array.prototype.reverse/commit/feb036c4e565c7611c1abe8b991ae7893ecc7b41)
14+
- npm init [`facb0a4`](https://github.com/es-shims/Array.prototype.reverse/commit/facb0a45636dc586248519391f4652a0f94e7992)
15+
- [Fix] ensure throwing on a string in node < 4 [`e74135e`](https://github.com/es-shims/Array.prototype.reverse/commit/e74135ef150408b1544c037a7940f5c927506b16)
16+
- Only apps should have lockfiles [`cb52829`](https://github.com/es-shims/Array.prototype.reverse/commit/cb528294743aef85a0ab6e981c4d56b5dbe39651)
17+
- [Dev Deps] add missing peer dep [`53a86d4`](https://github.com/es-shims/Array.prototype.reverse/commit/53a86d47aa04d85c9de6967202f8e0db2e25f901)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "array.prototype.reverse",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "An ES5 spec-compliant `Array.prototype.reverse` shim/polyfill/replacement that works as far down as ES3.",
55
"main": "index.js",
66
"exports": {

0 commit comments

Comments
 (0)