diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c401b0a..7f0c9204 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ * restore package.json#browser field ([#817](https://github.com/uuidjs/uuid/issues/817)) ([ae8f386](https://github.com/uuidjs/uuid/commit/ae8f38657bca0ee053bf29c88c006b1ea05af1b5)) +## [11.0.3](https://github.com/uuidjs/uuid/compare/v11.0.2...v11.0.3) (2024-10-31) + + +### Bug Fixes + +* remove sourcemaps ([#827](https://github.com/uuidjs/uuid/issues/827)) ([b93ea10](https://github.com/uuidjs/uuid/commit/b93ea101af7382053032d4fb61cc85599d6c7216)) + ## [11.0.2](https://github.com/uuidjs/uuid/compare/v11.0.1...v11.0.2) (2024-10-28) diff --git a/package-lock.json b/package-lock.json index 1ac14046..f2ca8347 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "uuid", - "version": "11.0.2", + "version": "11.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "uuid", - "version": "11.0.2", + "version": "11.0.3", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" diff --git a/package.json b/package.json index 3bf0fdc4..61e41ffd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uuid", - "version": "11.0.2", + "version": "11.0.3", "description": "RFC9562 UUIDs", "type": "module", "funding": [