Skip to content

Commit

Permalink
chore(main): release webmention-handler 0.0.9 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
vandie authored Nov 11, 2023
2 parents d913da9 + b502b27 commit 596ccfb
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 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 @@
{
".": "0.0.8"
".": "0.0.9"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

## [0.0.9](https://github.com/vandie/webmention-handler/compare/webmention-handler-v0.0.8...webmention-handler-v0.0.9) (2023-11-11)


### Bug Fixes

* **ci:** Fix automated releases ([#23](https://github.com/vandie/webmention-handler/issues/23)) ([6a7124c](https://github.com/vandie/webmention-handler/commit/6a7124cf4f841b000dabd116a26fc89e7cb5d4d6))
* **LocalWebMentionStorage:** [#18](https://github.com/vandie/webmention-handler/issues/18) - export LocalWebMentionStorage ([#28](https://github.com/vandie/webmention-handler/issues/28)) ([d196c63](https://github.com/vandie/webmention-handler/commit/d196c631aff3a8b83779cf4dd88bc6a764e216d3))
* **release-manifest:** fix the path in the manifest ([d913da9](https://github.com/vandie/webmention-handler/commit/d913da9e4be7338697caf06771c0ae3c4b27392d))
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webmention-handler",
"version": "0.0.8",
"version": "0.0.9",
"description": "A handler for web mentions",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 596ccfb

Please sign in to comment.