Skip to content

Commit 39fe8e2

Browse files
committed
Update CHANGELOG.md
1 parent daaba26 commit 39fe8e2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
---------
33

4+
### 6.0.0
5+
- **Breaking**: Remove Node v8 support. We had to do this because one of our dependencies had security issues and the version with the fix dropped Node v8 as well.
6+
- Update dependencies [#193](https://github.com/jhnns/rewire/issues/193)
7+
- Fix Modifying globals within module leaks to global with Node >=10 [#167](https://github.com/jhnns/rewire/issues/167)
8+
- Fixed import errors on modules with shebang declarations [#179](https://github.com/jhnns/rewire/pull/179)
9+
410
### 5.0.0
511
- **Breaking**: Remove Node v6 support. We had to do this because one of our dependencies had security issues and the version with the fix dropped Node v6 as well.
612
- Update dependencies [#159](https://github.com/jhnns/rewire/pull/159) [#172](https://github.com/jhnns/rewire/issues/172) [#154](https://github.com/jhnns/rewire/issues/154) [#166](https://github.com/jhnns/rewire/issues/166)

0 commit comments

Comments
 (0)