Skip to content

Commit dbaf957

Browse files
committed
πŸ“– DOC: Improve documentation and website
1 parent 8c75472 commit dbaf957

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
21
# Changelog
32

3+
**v0.2.9-21**
4+
- πŸ“– DOC: Improve documentation and website.
5+
46
**v0.2.9-20**
57
- πŸ‘Œ IMPROVE: Default theme.
68

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ If you're on Linux **make sure that you can [manage Docker as a non-root user](h
9898
└── .babelrc # Babel configuration
9999
└── .env.in # Environment variables
100100
└── .gitignore # Git ignored files
101+
└── .editorconfig # Editor code styles
101102
└── .stylelintrc # Stylelint configuration
102103
└── docker-compose.yml # Docker configuration
103104
└── Dockerfile.in # Docker file

β€Žinstaller/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wordpressify",
3-
"version": "0.2.9-20",
3+
"version": "0.2.9-21",
44
"description": "A build system designed to automate your WordPress development workflow.",
55
"keywords": [
66
"babel",

β€Žpackage-lock.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wordpressify",
3-
"version": "0.2.9-20",
3+
"version": "0.2.9-21",
44
"description": "A build system designed to automate your WordPress development workflow.",
55
"keywords": [
66
"babel",

0 commit comments

Comments
Β (0)