From e8b4ea541e32b6e1d65009e609a0b6556408f23e Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Wed, 30 Nov 2022 05:48:07 -0800 Subject: [PATCH] v1.0.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03a962f..e16893b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,3 +4,15 @@ 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 - 2022-11-30 + +### Commits + +- Initial implementation, tests, readme [`62e3f55`](https://github.com/es-shims/String.prototype.toWellFormed/commit/62e3f55c23611f25bbb03aba8b5c77e488537b72) +- Initial commit [`cd92fd6`](https://github.com/es-shims/String.prototype.toWellFormed/commit/cd92fd605bd4cae6b2aefdf0b3c57c530ab58215) +- [Tests] add test cases from test262 [`6b21eb7`](https://github.com/es-shims/String.prototype.toWellFormed/commit/6b21eb72d2da8933412578303163f5164605fad0) +- [actions] update rebase action to use reusable workflow [`fb723d7`](https://github.com/es-shims/String.prototype.toWellFormed/commit/fb723d71aad05464082bf407952485512e22ac71) +- Only apps should have lockfiles [`fb7377f`](https://github.com/es-shims/String.prototype.toWellFormed/commit/fb7377f4538b82679f7bb744c90d32bf01a794c6) +- [Dev Deps] update `aud`, `tape` [`e181cb5`](https://github.com/es-shims/String.prototype.toWellFormed/commit/e181cb53513573436bac486f1fa9de00bd01bcdf) +- [Deps] update `es-abstract` [`04baf93`](https://github.com/es-shims/String.prototype.toWellFormed/commit/04baf93b713b2f69c6c13bb18dd134d98f1f4e54) diff --git a/package.json b/package.json index 6e49a96..4bd776b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "string.prototype.towellformed", - "version": "0.0.0", + "version": "1.0.0", "description": "An ESnext spec-compliant `String.prototype.toWellFormed` shim/polyfill/replacement that works as far down as ES3.", "main": "index.js", "exports": {