From 66de5d4dd4608d6c7aaefea91ca6570a20948d45 Mon Sep 17 00:00:00 2001 From: Luan Gjokaj Date: Thu, 22 Aug 2019 23:44:07 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=96=20DOC:=20Improve=20documentation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +++ installer/package.json | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c4e68cc1..d2a488f6 100644 --- a/README.md +++ b/README.md @@ -456,6 +456,9 @@ sudo apt-get install -y nodejs That's it. Now just follow the WordPressify installation instructions. # Changelog +**v0.2.4** +- 📖 DOC: Improve documentation. + **v0.2.3** - 🚀 RELEASE: Improved installation speed for global dependencies. - BREAKING CHANGE: It is required to update WordPressify: `sudo npm install wordpressify -g`. diff --git a/installer/package.json b/installer/package.json index 8c752339..b7fe1c52 100644 --- a/installer/package.json +++ b/installer/package.json @@ -1,6 +1,6 @@ { "name": "wordpressify", - "version": "0.2.3", + "version": "0.2.4", "description": "A build system designed to automate your WordPress development workflow.", "keywords": [ "babel", diff --git a/package-lock.json b/package-lock.json index 2e48d726..976ef391 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "wordpressify", - "version": "0.2.3", + "version": "0.2.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a4c55faf..b3bc99ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wordpressify", - "version": "0.2.3", + "version": "0.2.4", "description": "A build system designed to automate your WordPress development workflow.", "keywords": [ "babel",