From e393236efa568a05b121a1ce16b8a2d7a1eb0135 Mon Sep 17 00:00:00 2001 From: Justin Wind Date: Tue, 10 Aug 2021 14:32:22 -0700 Subject: [PATCH] bump package version to 1.1.1 --- CHANGELOG.md | 8 +++++++- package-lock.json | 6 +++--- package.json | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e12d6d9..aaa0b4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ Releases and notable changes to this project are documented here. ## [Unreleased] +## [v1.1.1] - 2021-08-09 + +### Fixed + +- Parsing of topic content-types which include encoding. + ## [v1.1.0] - 2021-08-08 ### Added @@ -21,4 +27,4 @@ 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 [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 \ No newline at end of file +[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 401fffd..4a11338 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "websub-hub", - "version": "1.0.0", + "version": "1.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -572,8 +572,8 @@ "dev": true }, "@squeep/api-dingus": { - "version": "git+https://git.squeep.com/squeep-api-dingus/#12b96f53e7976b74296c1e024432b88749e6c4b0", - "from": "git+https://git.squeep.com/squeep-api-dingus/#v1.1-dev", + "version": "git+https://git.squeep.com/squeep-api-dingus/#ca35f167826c0732571da5f35e3c25881d138b79", + "from": "git+https://git.squeep.com/squeep-api-dingus/#v1.1.0", "requires": { "mime-db": "^1.49.0", "uuid": "^8.3.2" diff --git a/package.json b/package.json index d488868..f1fe201 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "websub-hub", - "version": "1.1.0", + "version": "1.1.1", "description": "A WebSub Hub server implementation.", "main": "server.js", "scripts": { -- 2.43.2