From 280a9528199aedd2f620ae0f43462f064c4f8419 Mon Sep 17 00:00:00 2001 From: ssube Date: Wed, 8 Jul 2020 22:44:04 -0500 Subject: [PATCH] chore(release): 0.2.0-4 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6421ad6..42f831d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.2.0-4](https://github.com/ssube/js-utils/compare/v0.2.0-3...v0.2.0-4) (2020-07-09) + + +### Bug Fixes + +* clean up polyfill plugins, externalize those modules ([74fe04a](https://github.com/ssube/js-utils/commit/74fe04a9c261cea8d68e0f7bf618e46bda3f9e8a)) + ## [0.2.0-3](https://github.com/ssube/js-utils/compare/v0.2.0-0...v0.2.0-3) (2020-07-09) diff --git a/package.json b/package.json index 864c06e..d82df14 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apextoaster/js-utils", - "version": "0.2.0-3", + "version": "0.2.0-4", "description": "utility functions", "main": "out/main.js", "types": "out/index.d.ts",