From ff62cfc67721e8c1f7c7aa604b5e820c31eeff56 Mon Sep 17 00:00:00 2001 From: Johannes Ewald Date: Sun, 13 Aug 2023 22:41:50 +0200 Subject: [PATCH] v7.0.0 --- CHANGELOG.md | 5 +++++ README.md | 2 -- package.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7c777e..ec5c49e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Changelog --------- +### 7.0.0 +- **Breaking**: Remove official Node v10, v12, v14 and v16 support. We had to do this because one of our dependencies had security issues and the version with the fix dropped Node v10 as well. Additionally, there were also package-lock.json issues because of a breaking change at npm [6deb9bd3edb1d3531ffa689968339f9fd390a5d5](https://github.com/jhnns/rewire/commit/6deb9bd3edb1d3531ffa689968339f9fd390a5d5) [092e554955db2591d09b57d3b87a575ee0d510a9](https://github.com/jhnns/rewire/commit/092e554955db2591d09b57d3b87a575ee0d510a9) +- **Breaking**: Remove CoffeeScript support [e0ea17d2e13ef4fb054980c1c5c62edcfd10632f](https://github.com/jhnns/rewire/commit/e0ea17d2e13ef4fb054980c1c5c62edcfd10632f) +- Add TypeScript support [#204](https://github.com/jhnns/rewire/pull/204) + ### 6.0.0 - **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. - Update dependencies [#193](https://github.com/jhnns/rewire/issues/193) diff --git a/README.md b/README.md index 46db786..d542e70 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,6 @@ rewire [![](https://img.shields.io/npm/v/rewire.svg)](https://www.npmjs.com/package/rewire) [![](https://img.shields.io/npm/dm/rewire.svg)](https://www.npmjs.com/package/rewire) -[![Dependency Status](https://david-dm.org/jhnns/rewire.svg)](https://david-dm.org/jhnns/rewire) -[![Build Status](https://travis-ci.org/jhnns/rewire.svg?branch=master)](https://travis-ci.org/jhnns/rewire) [![Coverage Status](https://img.shields.io/coveralls/jhnns/rewire.svg)](https://coveralls.io/r/jhnns/rewire?branch=master) rewire adds a special setter and getter to modules so you can modify their behaviour for better unit testing. You may diff --git a/package.json b/package.json index becd9da..f823403 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rewire", - "version": "6.0.0", + "version": "7.0.0", "description": "Easy dependency injection for node.js unit testing", "keywords": [ "dependency",