From 35721ad4bf4084e1fe8d6b525afea882f819b7d3 Mon Sep 17 00:00:00 2001 From: pdp2121 <71317875+pdp2121@users.noreply.github.com> Date: Tue, 7 May 2024 15:25:00 -0400 Subject: [PATCH] Release 0.7.1 (#238) ## High Level Overview of Change Title said it all. ### Type of Change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] Refactor (non-breaking change that only restructures code) - [ ] Tests (You added tests for code that already exists, or your new feature included in this PR) - [ ] Documentation Updates - [x] Release --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4a78ee9..31b4338 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "validator-history-service", - "version": "0.7.0", + "version": "0.7.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "validator-history-service", - "version": "0.7.0", + "version": "0.7.1", "license": "ISC", "dependencies": { "@maxmind/geoip2-node": "^4.1.0", diff --git a/package.json b/package.json index aa8a4d1..73aca8a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "validator-history-service", - "version": "0.7.0", + "version": "0.7.1", "description": "Service for ingesting, aggregating, storing, and disbursing validation related data", "main": "./build/index.js", "scripts": {