From: Justin Wind Date: Wed, 11 Aug 2021 19:57:34 +0000 (-0700) Subject: bump package version to 1.1.2 X-Git-Tag: v1.1.2^2 X-Git-Url: http://git.squeep.com/?p=websub-hub;a=commitdiff_plain;h=1487cc62c9cf9975f4e4f025f0b07e34c9ff8fd2 bump package version to 1.1.2 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a7d491..71d4dfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index f297d8b..fe33cd0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "websub-hub", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7571ca9..ef0eaf9 100644 --- a/package.json +++ b/package.json @@ -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": {