Skip to content

Commit

Permalink
chore(release): 1.2.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.2](v1.2.1...v1.2.2) (2021-12-18)

### Bug Fixes

* wrong retun signature in known networks ([60d47ab](60d47ab))
  • Loading branch information
semantic-release-bot committed Dec 18, 2021
1 parent c6dde97 commit 07fcbf7
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.2.2](https://github.com/mauricerenck/indieConnector/compare/v1.2.1...v1.2.2) (2021-12-18)


### Bug Fixes

* wrong retun signature in known networks ([60d47ab](https://github.com/mauricerenck/indieConnector/commit/60d47ab9fcdc560d49b9be42891dfef872d3c5b7))

## [1.2.1](https://github.com/mauricerenck/indieConnector/compare/v1.2.0...v1.2.1) (2021-11-17)


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/indieconnector",
"version": "1.2.1",
"version": "1.2.2",
"description": "Kirby Webmentions your plugins can subscribe to",
"type": "kirby-plugin",
"license": "MIT",
Expand Down Expand Up @@ -40,4 +40,4 @@
"build-test-package": "git archive HEAD -o indieConnector.zip --worktree-attributes",
"build-composer": "composer install --no-dev --optimize-autoloader"
}
}
}

0 comments on commit 07fcbf7

Please sign in to comment.