Skip to content

Commit

Permalink
update the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Jul 24, 2022
1 parent 390423c commit f293e9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
## Changelog
##### Unreleased
- Nothing
- Added compat data for Bun, [#1103](https://github.com/zloirock/core-js/issues/1103)

##### [3.23.5 - 2022.07.18](https://github.com/zloirock/core-js/releases/tag/v3.23.5)
- Fixed a typo in the `structuredClone` feature detection, [#1106](https://github.com/zloirock/core-js/issues/1106)
Expand Down
4 changes: 2 additions & 2 deletions tests/compat-tools/targets-parser.mjs
Expand Up @@ -25,7 +25,7 @@ deepStrictEqual(targetsParser({ browsers: 'ie 11, chrome 56, ios_saf 12.2' }), n

deepStrictEqual(targetsParser({ esmodules: true }), new Map([
['android', '61'],
['bun', '0.1'],
['bun', '0.1.1'],
['chrome', '61'],
['deno', '1.0'],
['edge', '16'],
Expand Down Expand Up @@ -78,7 +78,7 @@ deepStrictEqual(targetsParser({
random: 42,
}), new Map([
['android', '4.2'],
['bun', '0.1'],
['bun', '0.1.1'],
['chrome', '56'],
['deno', '1.0'],
['edge', '13'],
Expand Down

0 comments on commit f293e9e

Please sign in to comment.