diff --git a/CHANGELOG.md b/CHANGELOG.md index 9373a96..060530b 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. +### [3.2.1](https://github.com/marko-js/rollup/compare/v3.2.0...v3.2.1) (2021-05-03) + + +### Bug Fixes + +* reduce unecessary client bundle runs ([f512d51](https://github.com/marko-js/rollup/commit/f512d51a6d7c321376fb969d566f4b2a7add3ee4)) + ## [3.2.0](https://github.com/marko-js/rollup/compare/v3.1.1...v3.2.0) (2021-04-28) diff --git a/package-lock.json b/package-lock.json index 16f7b41..e1ce805 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@marko/rollup", - "version": "3.2.0", + "version": "3.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 888cb19..287a634 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@marko/rollup", "description": "A Marko plugin for Rollup", - "version": "3.2.0", + "version": "3.2.1", "author": "Dylan Piercey ", "bugs": "https://github.com/marko-js/rollup/issues", "dependencies": {