Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.1...v1.1.0) (2024-10-30)

### Features

* composer autoloading ([620c5a6](620c5a6))
  • Loading branch information
semantic-release-bot committed Oct 30, 2024
1 parent 620c5a6 commit a2970be
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.1.0](https://github.com/mauricerenck/og-image/compare/v1.0.1...v1.1.0) (2024-10-30)


### Features

* composer autoloading ([620c5a6](https://github.com/mauricerenck/og-image/commit/620c5a6aa2ef7628734038c536c37acfc1b5ded1))

## [1.0.1](https://github.com/mauricerenck/og-image/compare/v1.0.0...v1.0.1) (2024-10-30)


Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mauricerenck/ogimage",
"version": "1.0.1",
"version": "1.1.0",
"homepage": "https://github.com/mauricerenck/og-image",
"description": "Creates an Open Graph Image for each page",
"type": "kirby-plugin",
Expand Down Expand Up @@ -36,4 +36,4 @@
"composer install --no-dev --optimize-autoloader"
]
}
}
}

0 comments on commit a2970be

Please sign in to comment.