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

Commit c944373

Browse files
committed
-> v2.1.1
1 parent a427757 commit c944373

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-plugin-node-resolve changelog
22

3+
## 2.1.1
4+
5+
* Prevent `jail` from breaking builds on Windows ([#93](https://github.com/rollup/rollup-plugin-node-resolve/issues/93))
6+
37
## 2.1.0
48

59
* Add `jail` option ([#53](https://github.com/rollup/rollup-plugin-node-resolve/pull/53))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "rollup-plugin-node-resolve",
33
"description": "Bundle third-party dependencies in node_modules",
4-
"version": "2.1.0",
4+
"version": "2.1.1",
55
"devDependencies": {
66
"buble": "^0.15.2",
77
"es5-ext": "^0.10.11",

0 commit comments

Comments
 (0)