From 060e786cc8191f1258dd6d44d6c08c3f15569de4 Mon Sep 17 00:00:00 2001 From: Dylan Piercey Date: Wed, 23 Jun 2021 08:38:56 -0700 Subject: [PATCH] chore(release): 3.3.0 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 060530b..82fc645 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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. +## [3.3.0](https://github.com/marko-js/rollup/compare/v3.2.1...v3.3.0) (2021-06-23) + + +### Features + +* allow other plugins to modify the browser input ([f6a3e03](https://github.com/marko-js/rollup/commit/f6a3e03a9c26dba0984a2f93f97f1e9fcd72d47c)) + + +### Bug Fixes + +* issue with assets not being inlined with multi config ([#22](https://github.com/marko-js/rollup/issues/22)) ([8f38818](https://github.com/marko-js/rollup/commit/8f38818dafa3e42599785a39a7777b6e7e6673f1)) + ### [3.2.1](https://github.com/marko-js/rollup/compare/v3.2.0...v3.2.1) (2021-05-03) diff --git a/package-lock.json b/package-lock.json index e1ce805..9ff928c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@marko/rollup", - "version": "3.2.1", + "version": "3.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 287a634..0d12116 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@marko/rollup", "description": "A Marko plugin for Rollup", - "version": "3.2.1", + "version": "3.3.0", "author": "Dylan Piercey ", "bugs": "https://github.com/marko-js/rollup/issues", "dependencies": {