Skip to content

Commit

Permalink
Merge pull request #1 from mindkomm/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 1.0.2
  • Loading branch information
gchtr committed Sep 18, 2024
2 parents b40f16d + 51b0c26 commit 1153fb0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.1"
".": "1.0.2"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [1.0.2](https://github.com/mindkomm/theme-lib-onepager/compare/v1.0.1...v1.0.2) (2024-09-18)


### Miscellaneous Chores

* Update dependency config ([1ad961a](https://github.com/mindkomm/theme-lib-onepager/commit/1ad961aabdfc18187cb5d92a9918f84ce85cdf03))
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"description": "Onepager functionality for WordPress themes",
"license": "MIT",
"require": {
"mindkomm/theme-lib-links": "^1.0 || ^2.0 || dev-main",
"php": "^7.0 || ^8.0"
"mindkomm/theme-lib-links": "^1.0 || ^2.0 || dev-main",
"php": "^7.0 || ^8.0"
},
"autoload": {
"psr-4": {
"Theme\\Onepager\\": "lib/"
}
"psr-4": {
"Theme\\Onepager\\": "lib/"
}
},
"authors": [
{
Expand Down

0 comments on commit 1153fb0

Please sign in to comment.