bump package version to 1.1.2
authorJustin Wind <justin.wind+git@gmail.com>
Wed, 11 Aug 2021 19:57:34 +0000 (12:57 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Wed, 11 Aug 2021 19:57:34 +0000 (12:57 -0700)
CHANGELOG.md
package-lock.json
package.json

index 0a7d49117f0a521ab287f126256bb134aee86038..71d4dfe2fcfe0de39d0b1c40af8db594ef80ae67 100644 (file)
@@ -4,6 +4,8 @@ Releases and notable changes to this project are documented here.
 
 ## [Unreleased]
 
+## [v1.1.2] - 2021-08-11
+
 ### Added
 
 - Make use of the content-type charset when parsing topic content, recoding to UTF8 when needed.
@@ -33,6 +35,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.0
+[Unreleased]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=HEAD;hp=v1.1.2
+[v1.1.2]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.1.2;hp=v1.1.1
+[v1.1.1]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.1.1;hp=v1.1.0
 [v1.1.0]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.1.0;hp=v1.0.0
 [v1.0.0]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.0.0;hp=v0.0.0
index f297d8b50b3bb6427b0915e5e891037944e628b5..fe33cd0b9e81b01b1ff6ca3f614c959d89893086 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "websub-hub",
-  "version": "1.1.1",
+  "version": "1.1.2",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index 7571ca9980f106b77d45c60db49945b99a0e385e..ef0eaf949e907696d4b4094364e467f6a4638e24 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "websub-hub",
-  "version": "1.1.1",
+  "version": "1.1.2",
   "description": "A WebSub Hub server implementation.",
   "main": "server.js",
   "scripts": {