Skip to content
This repository was archived by the owner on Aug 4, 2021. It is now read-only.

Commit 3038972

Browse files
committed
2.8.2
1 parent c94af05 commit 3038972

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# rollup-pluginutils changelog
22

3+
## 2.8.2
4+
*2019-09-13*
5+
* Handle optional catch parameter in attachScopes ([#70](https://github.com/rollup/rollup-pluginutils/pulls/70))
6+
37
## 2.8.1
48
*2019-06-04*
59
* Support serialization of many edge cases ([#64](https://github.com/rollup/rollup-pluginutils/issues/64))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "rollup-pluginutils",
33
"description": "Functionality commonly needed by Rollup plugins",
4-
"version": "2.8.1",
4+
"version": "2.8.2",
55
"main": "dist/pluginutils.cjs.js",
66
"module": "dist/pluginutils.es.js",
77
"jsnext:main": "dist/pluginutils.es.js",

0 commit comments

Comments
 (0)