Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Nov 30, 2022
1 parent 04baf93 commit e8b4ea5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit e8b4ea5

Please sign in to comment.