From f929a1b65eb3525d93296ecc12f709b18089081c Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Thu, 20 Apr 2023 09:55:45 -0700 Subject: [PATCH] 1.0.0 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..dee7cfb --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +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.0 - 2023-04-20 + +### Commits + +- Initial implementation, tests, readme [`31b8e70`](https://github.com/ljharb/safe-array-concat/commit/31b8e709bbba4b01ebc51cc15cdcc7012fe58341) +- Initial commit [`83d38c6`](https://github.com/ljharb/safe-array-concat/commit/83d38c6f4cde453063393482d9129b134d403d0a) +- npm init [`516fdc2`](https://github.com/ljharb/safe-array-concat/commit/516fdc2bef306ec13f98b1f1b49c929b5308907f) +- Only apps should have lockfiles [`9cfa07b`](https://github.com/ljharb/safe-array-concat/commit/9cfa07b9112107b5ba22c74baca8cb80934a09f2) diff --git a/package.json b/package.json index af90618..524b9df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "safe-array-concat", - "version": "0.0.0", + "version": "1.0.0", "description": "`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable", "main": "index.js", "exports": {