Skip to content

Commit

Permalink
Merge branch 'release/1.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikbehncke committed Aug 30, 2024
2 parents f22dadf + d766a6c commit 267b174
Show file tree
Hide file tree
Showing 9 changed files with 198 additions and 74 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.0.2](https://github.com/yootheme/starter-utils/compare/1.0.1...1.0.2) (2024-08-30)


### Features

* add create update xml command ([fc013f7](https://github.com/yootheme/starter-utils/commit/fc013f77241f144755ef46d40c0bf61ab1fea2df))



# [1.0.0](https://github.com/yootheme/starter-utils/compare/497aa24b246fb9f0f867768094e8945dd55590e8...1.0.0) (2024-08-20)

### Bug Fixes
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"run:task": "YOOtheme\\Starter\\TaskHelper::run",
"create:plugin": "YOOtheme\\Starter\\CreatePluginCommand",
"create:element": "YOOtheme\\Starter\\CreateElementCommand",
"create:module": "YOOtheme\\Starter\\CreateModuleCommand"
"create:module": "YOOtheme\\Starter\\CreateModuleCommand",
"create:updateXML": "YOOtheme\\Starter\\CreateJoomlaUpdateXMLCommand"
}
}
118 changes: 59 additions & 59 deletions composer.lock

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "starter-utils",
"type": "module",
"private": true,
"version": "1.0.2",
"scripts": {
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"postinstall": "simple-git-hooks",
Expand Down
Loading

0 comments on commit 267b174

Please sign in to comment.