From 3b33c03e7db2b83a6c90c30d47b4f50b45708d26 Mon Sep 17 00:00:00 2001 From: drspacemanphd Date: Thu, 19 May 2022 03:56:04 -0400 Subject: [PATCH] :package: 1.9.1 --- CHANGELOG.md | 4 ++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3277dbf..ec657a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG.md +## 1.9.1 +Fixed +- Fixed issue with additional resources in hub.js dependency [#24](https://github.com/koopjs/koop-output-dcat-us-11/pull/24) + ## 1.9.0 Added - If the `distribution` property of a site's dcat config is an array, those custom distributions will now be prepended to the distributions list [#23](https://github.com/koopjs/koop-output-dcat-us-11/pull/23) diff --git a/package-lock.json b/package-lock.json index f64a205..7bc7ccb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@koopjs/koop-output-dcat-us-11", - "version": "1.9.0", + "version": "1.9.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cbf9c3b..b8fdc00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@koopjs/koop-output-dcat-us-11", - "version": "1.9.0", + "version": "1.9.1", "description": "A Koop output plugin for the DCAT-US 1.1 specification", "main": "src/index.js", "engines": {