Skip to content

Commit

Permalink
Merge branch 'release/1.0.11'
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Jan 23, 2018
2 parents b30369e + a2edf26 commit 58cf11e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# nystudio107/craft Change Log

## 1.0.11 - 2018.01.23
### Changed
* Added `post-install-cmd` to `composer.json`

## 1.0.10 - 2018.01.18
### Changed
* Synced the `modules/site` with `site-module` and pluginfactory.io generated modules
Expand Down
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nystudio107/craft",
"description": "nystudio107 Craft 3 CMS scaffolding project",
"version": "1.0.10",
"version": "1.0.11",
"keywords": [
"craft",
"cms",
Expand Down Expand Up @@ -49,6 +49,9 @@
],
"post-update-cmd": [
"@php nys-setup update"
],
"post-install-cmd": [
"@php nys-setup update"
]
}
}

0 comments on commit 58cf11e

Please sign in to comment.