Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Aug 30, 2023
1 parent 9f56f1a commit 559330d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ 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.1](https://github.com/es-shims/String.prototype.toWellFormed/compare/v1.0.0...v1.0.1) - 2023-08-30

### Commits

- [Tests] add more test coverage from https://github.com/tc39/test262/pull/3755 [`964ea7c`](https://github.com/es-shims/String.prototype.toWellFormed/commit/964ea7c8387ba68556ffabc24510240c0f2a4515)
- [Deps] update `es-abstract` [`9f56f1a`](https://github.com/es-shims/String.prototype.toWellFormed/commit/9f56f1adbb64886f1fb77173128fc379386fd895)
- [Dev Deps] update `@es-shims/api`, `@ljharb/eslint-config`, `aud`, `tape` [`573764e`](https://github.com/es-shims/String.prototype.toWellFormed/commit/573764e2382d2de8f1ff26aa3952591fcdb46864)
- [Dev Deps] update `@es-shims/api`, `@ljharb/eslint-config`, `aud`, `tape` [`a5d0b70`](https://github.com/es-shims/String.prototype.toWellFormed/commit/a5d0b70833d6c70e73e16a753b63406457bc6c67)
- [Deps] update `define-properties`, `es-abstract` [`a67040d`](https://github.com/es-shims/String.prototype.toWellFormed/commit/a67040d473858bc429c3b972590bbdfb5becd1cc)
- [readme] proposal is now stage 4 [`4a62496`](https://github.com/es-shims/String.prototype.toWellFormed/commit/4a624968c2c77be0d337141b7ef33a59a45ecbb3)

## v1.0.0 - 2022-11-30

### 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": "string.prototype.towellformed",
"version": "1.0.0",
"version": "1.0.1",
"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 559330d

Please sign in to comment.