Skip to content

Commit

Permalink
📖 DOC: Improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
luangjokaj committed Aug 22, 2019
1 parent 0f8f051 commit 66de5d4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion installer/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 66de5d4

Please sign in to comment.