Skip to content

Commit 7ba9730

Browse files
committed
v1.0.3
1 parent 06ddf53 commit 7ba9730

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [v1.0.3](https://github.com/es-shims/es-map/compare/v1.0.2...v1.0.3) - 2022-12-21
9+
10+
### Commits
11+
12+
- [Refactor] use `es-set-tostringtag` [`06ddf53`](https://github.com/es-shims/es-map/commit/06ddf5363178a6a0e178af5cc29d0da615af99c4)
13+
- [Deps] update `es-abstract`, `internal-slot` [`ab6fec0`](https://github.com/es-shims/es-map/commit/ab6fec06fdc2c5d5a2ee263258dc61bfd185498c)
14+
- [Dev Deps] update `aud` [`03eab86`](https://github.com/es-shims/es-map/commit/03eab860ce3aa419852d16043c91f5e8a0f7623b)
15+
816
## [v1.0.2](https://github.com/es-shims/es-map/compare/v1.0.1...v1.0.2) - 2022-12-02
917

1018
### Commits

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "es-map",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "An ES-spec-compliant Map shim/polyfill/replacement that works as far down as ES3",
55
"main": "index.js",
66
"exports": {

0 commit comments

Comments
 (0)