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

Commit 1387dd3

Browse files
committed
-> v2.0.1
1 parent 0e46f90 commit 1387dd3

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.0.1
4+
5+
* Don't add extension to file with trailing dot ([#14](https://github.com/rollup/rollup-pluginutils/issues/14))
6+
37
## 2.0.0
48

59
* Use `micromatch` instead of `minimatch` ([#19](https://github.com/rollup/rollup-pluginutils/issues/19))

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.0.0",
4+
"version": "2.0.1",
55
"main": "dist/pluginutils.cjs.js",
66
"module": "dist/pluginutils.es.js",
77
"jsnext:main": "dist/pluginutils.es.js",

0 commit comments

Comments
 (0)