From 5b014bdb0ecb51302a74d12b669460f93512906e Mon Sep 17 00:00:00 2001 From: Frederik Ring Date: Sun, 20 Jun 2021 23:03:59 +0200 Subject: [PATCH] 8.0.1 --- CHANGES.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index a77175c4..ec3cb308 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,18 @@ # Changes +## 8.0.1 + +- 🛡 [`20f8748`](https://github.com/mantoni/mochify.js/commit/20f874807581e908d8595238c4d060a31292ecf6) + Update transient `ws` dependency through npm audit (Frederik Ring) +- 🛡 [`255aaea`](https://github.com/mantoni/mochify.js/commit/255aaea385aa81b924101abb9e07c03c7e053cca) + Update watchify package to v4.0.0 (#226) (Albert Wang) +- 🛡 [`9a9e1ac`](https://github.com/mantoni/mochify.js/commit/9a9e1acd9065837fd37ba9a7152d11c13dfc4fa3) + Clean up package-lock.json (#227) (Albert Wang) +- ✨ [`3179da8`](https://github.com/mantoni/mochify.js/commit/3179da828bbe913be7efd6002aba3a869bccfc66) + Migrate CI to GitHub actions (Frederik Ring) + +_Released by Frederik Ring on 2021-06-20._ + ## 8.0.0 - 💥 [`119d6f0`](https://github.com/mantoni/mochify.js/commit/119d6f0a678a32ce39fb381ce7819c7280fd202b) diff --git a/package-lock.json b/package-lock.json index 5d78fa60..5133bea9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mochify", - "version": "8.0.0", + "version": "8.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mochify", - "version": "8.0.0", + "version": "8.0.1", "license": "MIT", "dependencies": { "brout": "^1.3.0", diff --git a/package.json b/package.json index e722a64c..11409812 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mochify", - "version": "8.0.0", + "version": "8.0.1", "description": "TDD with Browserify, Mocha, Headless Chrome and WebDriver", "keywords": [ "mocha",