Skip to content

Commit

Permalink
chore(release): 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanPiercey committed May 19, 2023
1 parent 634f42d commit c5a021e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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.

## [4.0.0](https://github.com/marko-js/rollup/compare/v3.3.1...v4.0.0) (2023-05-19)


### ⚠ BREAKING CHANGES

* drop support for node < 16

* chore: resolve ts errors

* fix: inline correct __dirname code for esm

### Features

* support rollup 3 ([#38](https://github.com/marko-js/rollup/issues/38)) ([634f42d](https://github.com/marko-js/rollup/commit/634f42d74d758b3618d863560d300175ce13ea36))

### [3.3.1](https://github.com/marko-js/rollup/compare/v3.3.0...v3.3.1) (2021-06-24)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@marko/rollup",
"description": "A Marko plugin for Rollup",
"version": "3.3.1",
"version": "4.0.0",
"author": "Dylan Piercey <dpiercey@ebay.com>",
"bugs": "https://github.com/marko-js/rollup/issues",
"dependencies": {
Expand Down

0 comments on commit c5a021e

Please sign in to comment.