diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e383c6..c8938d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG.md +## 1.4.1 +Fixed +- Add proper error status [#14](https://github.com/koopjs/koop-output-dcat-us-11/pull/14) + ## 1.4.0 Fixed - Landing page and identifier urls are now the canonical hub url for the item [#13](https://github.com/koopjs/koop-output-dcat-us-11/pull/13) diff --git a/package-lock.json b/package-lock.json index bb3357b..9b93f5d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@koopjs/koop-output-dcat-us-11", - "version": "1.4.0", + "version": "1.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a27c2ce..74f41ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@koopjs/koop-output-dcat-us-11", - "version": "1.4.0", + "version": "1.4.1", "description": "A Koop output plugin for the DCAT-US 1.1 specification", "main": "src/index.js", "engines": {