From b10d732b552c9f99ef114be8d8901e1f34d80f0f Mon Sep 17 00:00:00 2001 From: Lexus Drumgold Date: Wed, 22 Feb 2023 06:39:27 -0500 Subject: [PATCH] release: 1.0.0-alpha.13 Signed-off-by: Lexus Drumgold --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dda706b..fae641c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [1.0.0-alpha.13](https://github.com/flex-development/mlly/compare/1.0.0-alpha.12...1.0.0-alpha.13) (2023-02-22) + + +### :package: Build + +* **deps-dev:** Bump typescript from 5.0.0-dev.20230219 to 5.0.0-dev.20230222 ([#158](https://github.com/flex-development/mlly/issues/158)) ([1ca8a5f](https://github.com/flex-development/mlly/commit/1ca8a5f6998541fe470a9b7b0372c0d39381948d)) + + +### :bug: Fixes + +* **ts:** ensure typechecks pass without peer deps installed ([81b55ca](https://github.com/flex-development/mlly/commit/81b55caa8533ad174ec009535e5a030be21e6cc1)) + ## [1.0.0-alpha.12](https://github.com/flex-development/mlly/compare/1.0.0-alpha.11...1.0.0-alpha.12) (2023-02-22) diff --git a/package.json b/package.json index e342f3c0..3143af5b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@flex-development/mlly", "description": "ECMAScript module utilities", - "version": "1.0.0-alpha.12", + "version": "1.0.0-alpha.13", "keywords": [ "ecmascript", "esm",