From 54c2bed4f11c0821cc6e225e3351c22fa8d16a74 Mon Sep 17 00:00:00 2001 From: Travis CI User Date: Thu, 4 Jul 2019 08:56:29 +0000 Subject: [PATCH] chore: publish - @marsjs/build@0.2.50 --- packages/mars-build/CHANGELOG.md | 8 ++++++++ packages/mars-build/package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/packages/mars-build/CHANGELOG.md b/packages/mars-build/CHANGELOG.md index e8475bf0..8124da39 100644 --- a/packages/mars-build/CHANGELOG.md +++ b/packages/mars-build/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.50](https://github.com/max-team/Mars/compare/@marsjs/build@0.2.49...@marsjs/build@0.2.50) (2019-07-04) + +**Note:** Version bump only for package @marsjs/build + + + + + ## [0.2.49](https://github.com/max-team/Mars/compare/@marsjs/build@0.2.48...@marsjs/build@0.2.49) (2019-07-04) **Note:** Version bump only for package @marsjs/build diff --git a/packages/mars-build/package.json b/packages/mars-build/package.json index e0452a48..837958c5 100644 --- a/packages/mars-build/package.json +++ b/packages/mars-build/package.json @@ -1,6 +1,6 @@ { "name": "@marsjs/build", - "version": "0.2.49", + "version": "0.2.50", "scripts": { "test": "jest --coverage" },