From 49900e5c80aabff70b456ed042ead7e528bff116 Mon Sep 17 00:00:00 2001 From: "ugrc-release-bot[bot]" <113075024+ugrc-release-bot[bot]@users.noreply.github.com> Date: Tue, 28 Mar 2023 21:06:21 +0000 Subject: [PATCH] chore: release v1.2.0-3 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8d7123..8219e3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0-3](https://github.com/agrc/electrofishing-query/compare/v1.2.0-2...v1.2.0-3) (2023-03-28) + + +### 🐛 Bug Fixes + +* handle missing dojo config correctly ([f5666d7](https://github.com/agrc/electrofishing-query/commit/f5666d7ced6635f587035864afccb98200666527)) + ## [1.2.0-2](https://github.com/agrc/electrofishing-query/compare/v1.2.0-1...v1.2.0-2) (2023-03-28) diff --git a/package-lock.json b/package-lock.json index 24e26f5..00c6afa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "electrofishing-query", - "version": "1.2.0-2", + "version": "1.2.0-3", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 999499a..11befb9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electrofishing-query", - "version": "1.2.0-2", + "version": "1.2.0-3", "homepage": "https://github.com/agrc/electrofishing-query", "repository": { "type": "git",