bump package version to 1.1.0
authorJustin Wind <justin.wind+git@gmail.com>
Mon, 9 Aug 2021 16:53:29 +0000 (09:53 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Mon, 9 Aug 2021 16:53:29 +0000 (09:53 -0700)
CHANGELOG.md
package.json

index 126fab9c23d8d04178e2b0589d9153cecd97f386..e12d6d92f0f188446798550c4ad75e8866192cf4 100644 (file)
@@ -4,7 +4,7 @@ Releases and notable changes to this project are documented here.
 
 ## [Unreleased]
 
-## [v1.1.0] - 
+## [v1.1.0] - 2021-08-08
 
 ### Added
 
index 3be524d57e782c756f0c0e3f659ba37bab2189ec..d488868e1dacba5b249fff83845947d1ec1ed93e 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "websub-hub",
-  "version": "1.0.0",
+  "version": "1.1.0",
   "description": "A WebSub Hub server implementation.",
   "main": "server.js",
   "scripts": {
@@ -32,7 +32,7 @@
     "coverage-check"
   ],
   "dependencies": {
-    "@squeep/api-dingus": "git+https://git.squeep.com/squeep-api-dingus/#v1.0.0",
+    "@squeep/api-dingus": "git+https://git.squeep.com/squeep-api-dingus/#v1.1.0",
     "@squeep/web-linking": "git+https://git.squeep.com/squeep-web-linking/#v1.0.0",
     "argon2": "^0.28.2",
     "axios": "^0.21.1",