From 25ed5c9710d524b8bba9b03e35023fa2a33d86c6 Mon Sep 17 00:00:00 2001 From: Lexus Drumgold Date: Fri, 3 Mar 2023 12:14:25 -0500 Subject: [PATCH] release: 1.0.0-alpha.16 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 57ed76be..45d38e4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [1.0.0-alpha.16](https://github.com/flex-development/mkbuild/compare/1.0.0-alpha.15...1.0.0-alpha.16) (2023-03-03) + + +### :package: Build + +* **deps:** Bump @flex-development/mlly from 1.0.0-alpha.14 to 1.0.0-alpha.15 ([#101](https://github.com/flex-development/mkbuild/issues/101)) ([38d5a59](https://github.com/flex-development/mkbuild/commit/38d5a5982c70c4f896c6a0df661388e51ec3628f)) + + +### :robot: Continuous Integration + +* **workflows:** add `auto-merge` ([f8d3c62](https://github.com/flex-development/mkbuild/commit/f8d3c6240fd31d5ae89a949bf2e2ebec39956612)) + ## [1.0.0-alpha.15](https://github.com/flex-development/mkbuild/compare/1.0.0-alpha.14...1.0.0-alpha.15) (2023-03-03) diff --git a/package.json b/package.json index c20607e3..94afed88 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@flex-development/mkbuild", "description": "An esbuild based file-to-file transformer and bundler", - "version": "1.0.0-alpha.15", + "version": "1.0.0-alpha.16", "keywords": [ "bundle", "bundler",