From 55ad1fabc2e1b73a763eb47444b7e3222bb50073 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 14 May 2020 14:51:40 -0700 Subject: [PATCH] chore(release): 1.0.1 [skip ci] ## [1.0.1](https://github.com/module-federation/automatic-vendor-sharing/compare/v1.0.0...v1.0.1) (2020-05-14) ### Bug Fixes * adding shareFrom ([df35664](https://github.com/module-federation/automatic-vendor-sharing/commit/df356644d0d7427c9b406492071c373963fd67f6)) --- docs/CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index c74be9d..221a0e4 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.1](https://github.com/module-federation/automatic-vendor-sharing/compare/v1.0.0...v1.0.1) (2020-05-14) + + +### Bug Fixes + +* adding shareFrom ([df35664](https://github.com/module-federation/automatic-vendor-sharing/commit/df356644d0d7427c9b406492071c373963fd67f6)) + # 1.0.0 (2020-05-14) ### Bug Fixes diff --git a/package.json b/package.json index 2881f7b..745a187 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@module-federation/automatic-vendor-federation", - "version": "1.0.0", + "version": "1.0.1", "main": "AutomaticVendorFederation.js", "license": "MIT", "scripts": {