From: Justin Wind Date: Sat, 28 Aug 2021 17:03:24 +0000 (-0700) Subject: bump package version to 1.2.0 X-Git-Tag: v1.2.0^2 X-Git-Url: http://git.squeep.com/?p=websub-hub;a=commitdiff_plain;h=0b8deb22f11aeb94dad5fcb5dcc6eb8605331e9b bump package version to 1.2.0 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index c14c493..1b458a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ Releases and notable changes to this project are documented here. ## [Unreleased] +## [v1.2.0] - 2021-08-28 + ### Added - Accept multiple topics in publish requests. @@ -65,7 +67,8 @@ Releases and notable changes to this project are documented here. --- -[Unreleased]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=HEAD;hp=v1.1.5 +[Unreleased]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=HEAD;hp=v1.2.0 +[v1.2.0]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.2.0;hp=v1.1.5 [v1.1.5]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.1.5;hp=v1.1.4 [v1.1.4]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.1.4;hp=v1.1.3 [v1.1.3]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.1.3;hp=v1.1.2 diff --git a/package-lock.json b/package-lock.json index 3da42c9..002506d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "websub-hub", - "version": "1.1.5", + "version": "1.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8ee9395..a16ad0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "websub-hub", - "version": "1.1.5", + "version": "1.2.0", "description": "A WebSub Hub server implementation.", "main": "server.js", "scripts": {