bump package version to 1.2.0
authorJustin Wind <justin.wind+git@gmail.com>
Sat, 28 Aug 2021 17:03:24 +0000 (10:03 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Sat, 28 Aug 2021 17:03:24 +0000 (10:03 -0700)
CHANGELOG.md
package-lock.json
package.json

index c14c493d1e098eedde9dcc90dca6a4d3b581acef..1b458a4ba7c1ed104bc75dcfe999da2f42eea02d 100644 (file)
@@ -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
index 3da42c92a32fb1c3e605d5559f53b5223b558826..002506d48522ea5e05dcb00b4b7d4b7e0534191a 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "websub-hub",
-  "version": "1.1.5",
+  "version": "1.2.0",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index 8ee939541c7dfcd1f8bbfaaa749163811cd6aec2..a16ad0e3a4997e3f76590c21ea11cc3e66e12c2a 100644 (file)
@@ -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": {