From 930f322e739262a8b80d0de3dfb6b1536b59288d Mon Sep 17 00:00:00 2001 From: Thomas Parisot Date: Sun, 3 Feb 2019 17:17:03 +0100 Subject: [PATCH] 4.0.1 --- CHANGELOG.md | 5 ++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c5460b..408ab28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ ## Change Log -### 4.0.0 (2019/02/03 15:57 +00:00) +### 4.0.1 (2019/02/03 16:16 +00:00) +- [#96](https://github.com/oncletom/crx/pull/96) Remove deprecated crx.writeFile() (@oncletom) + +### v4.0.0 (2019/02/03 15:57 +00:00) - [#95](https://github.com/oncletom/crx/pull/95) Release crx@4 (@oncletom) - [#93](https://github.com/oncletom/crx/pull/93) fix demo code (@g8up) - [#88](https://github.com/oncletom/crx/pull/88) Bump Node.js version requirement (@oncletom) diff --git a/package-lock.json b/package-lock.json index 207a5e5..bee3c17 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "crx", - "version": "4.0.0", + "version": "4.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 27e7e84..5b4ce04 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Jed Schmidt (http://jed.is)", "name": "crx", "description": "crx is a utility to package Google Chrome extensions via a Node API and the command line", - "version": "4.0.0", + "version": "4.0.1", "license": "MIT", "homepage": "https://github.com/oncletom/crx", "bin": {