From 23375cc04fd3978b0a129c10ab7c2637500f8838 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 8 Mar 2023 14:21:06 +0000 Subject: [PATCH] chore(release): 4.0.0 # [4.0.0](https://github.com/heiseonline/embetty/compare/v3.0.8...v4.0.0) (2023-03-08) ### Bug Fixes * update build target to es6 and remove some polyfills ([fd55092](https://github.com/heiseonline/embetty/commit/fd550929143f10a8e4b467657eeff119a0374943)) ### BREAKING CHANGES * requires es6 support from browsers --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58470cdb..c374b83e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [4.0.0](https://github.com/heiseonline/embetty/compare/v3.0.8...v4.0.0) (2023-03-08) + + +### Bug Fixes + +* update build target to es6 and remove some polyfills ([fd55092](https://github.com/heiseonline/embetty/commit/fd550929143f10a8e4b467657eeff119a0374943)) + + +### BREAKING CHANGES + +* requires es6 support from browsers + ## [3.0.8](https://github.com/heiseonline/embetty/compare/v3.0.7...v3.0.8) (2021-10-22) diff --git a/package.json b/package.json index 3736d4ed..0e0ee3a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@heise/embetty", - "version": "3.0.8", + "version": "4.0.0", "main": "index.js", "license": "MIT", "scripts": {