Skip to content

Commit

Permalink
chore(release): 1.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.7.0](v1.6.3...v1.7.0) (2023-01-20)

### Features

* added migrations ([e69f407](e69f407))
* controll webmention sending on page ([a4672a1](a4672a1))
* page mock ([2b7aa1a](2b7aa1a))
* webmention outbox stats ([ad6d6e1](ad6d6e1))
  • Loading branch information
semantic-release-bot committed Jan 20, 2023
1 parent ad6d6e1 commit 98f8476
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [1.7.0](https://github.com/mauricerenck/indieConnector/compare/v1.6.3...v1.7.0) (2023-01-20)


### Features

* added migrations ([e69f407](https://github.com/mauricerenck/indieConnector/commit/e69f407011ab8fa905ba6bab8504c8ef55e297ab))
* controll webmention sending on page ([a4672a1](https://github.com/mauricerenck/indieConnector/commit/a4672a1fed2825665f3c9b7845c96d67308b0c4c))
* page mock ([2b7aa1a](https://github.com/mauricerenck/indieConnector/commit/2b7aa1adea344176dc4b5827511f8f0278cc49b3))
* webmention outbox stats ([ad6d6e1](https://github.com/mauricerenck/indieConnector/commit/ad6d6e19d08b5646348abc4f8f2e398b7da9d09b))

## [1.6.3](https://github.com/mauricerenck/indieConnector/compare/v1.6.2...v1.6.3) (2022-12-13)


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.6.3",
"version": "1.7.0",
"description": "Kirby Webmentions your plugins can subscribe to",
"type": "kirby-plugin",
"license": "MIT",
Expand Down Expand Up @@ -52,4 +52,4 @@
"npm run build"
]
}
}
}

0 comments on commit 98f8476

Please sign in to comment.