diff --git a/CHANGELOG.md b/CHANGELOG.md index 78b2c45..5b64647 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [1.2.0-0](https://github.com/agrc/electrofishing-query/compare/v1.0.2-0...v1.2.0-0) (2023-03-28) + + +### 📖 Documentation Improvements + +* add additional copy files ([adf3478](https://github.com/agrc/electrofishing-query/commit/adf3478b0ea6ae8950857fc87187a0d33d5a5248)) +* remove travis badge ([2c042a2](https://github.com/agrc/electrofishing-query/commit/2c042a2b4053f5338dc92fc19304a72307679a26)) +* update prod & staging URLs ([0b9817f](https://github.com/agrc/electrofishing-query/commit/0b9817fd6f43da295c390b8dac59bb81710542ab)) + + +### 🚀 Features + +* implement security via UtahID/Firebase ([610a730](https://github.com/agrc/electrofishing-query/commit/610a73069b4eac014d97fca320b6839d55800092)), closes [#67](https://github.com/agrc/electrofishing-query/issues/67) + + +### 🐛 Bug Fixes + +* database name in staging ([1bfee0d](https://github.com/agrc/electrofishing-query/commit/1bfee0df072797ff028486cbd344f453be5acabd)) +* don't create commit or tag on bump ([25fa2be](https://github.com/agrc/electrofishing-query/commit/25fa2be9d7981c7016deedc796737a774f408611)) +* fix tests ([2e64dd3](https://github.com/agrc/electrofishing-query/commit/2e64dd367736bc6b2fa46565b02179c5b86e906f)) +* implement standardized action workflows ([6b1212a](https://github.com/agrc/electrofishing-query/commit/6b1212a646ebf37e2443e5a5df44ecdab91e6f6b)), closes [#68](https://github.com/agrc/electrofishing-query/issues/68) +* remove TRANSECT_NUM field ([286e248](https://github.com/agrc/electrofishing-query/commit/286e24832deac03d988ecfb4ab303a22f3add9e2)) + ## [1.1.0-0](https://github.com/agrc/electrofishing-query/compare/v1.0.2-0...v1.1.0-0) (2023-03-28) diff --git a/package-lock.json b/package-lock.json index ecd9b40..a74bef8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "electrofishing-query", - "version": "1.1.0-0", + "version": "1.2.0-0", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 20c8b5d..d2f4e99 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electrofishing-query", - "version": "1.1.0-0", + "version": "1.2.0-0", "homepage": "https://github.com/agrc/electrofishing-query", "repository": { "type": "git",