From 06a41869def15e89d2dadcb4ace0294713c1fff3 Mon Sep 17 00:00:00 2001 From: Mike Goldsmith Date: Wed, 2 Jun 2021 21:29:59 +0100 Subject: [PATCH] prepare v2.7.1 release (#365) Updates library version to 2.7.1 and adds change log entry. --- CHANGELOG.md | 18 ++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9d3ee5c..c98c489c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # beeline-nodejs changelog +## 2.7.1 [06-02-2021] + +### Improvements + +- Make api.withTrace's type signature match api.startTrace (#348) | [@ajvondrak](https://github.com/ajvondrak) +- Ensure beeline can be import-ed or require-d when using typescript (#352) | [@vreynolds](https://github.com/vreynolds) + +### Maintenance + +- Bump lint-staged from 10.5.4 to 11.0.0 (#356) +- Bump pg from 8.5.1 to 8.6.0 (#344) +- Bump @types/node from 14.14.25 to 15.3.0 (#354) +- Bump pg-query-stream from 4.0.0 to 4.1.0 (#342) +- Bump fastify from 3.14.1 to 3.15.1 (#353) +- Bump eslint from 7.23.0 to 7.26.0 (#350) +- Bump prettier from 2.2.1 to 2.3.0 (#357) + ## 2.7.0 [04-28-2021] ### Improvements @@ -83,6 +100,7 @@ Improvements: - Support fastify v3 #263 Maintenance: + - Update dependencies #259 & #260 ## 2.4.0 diff --git a/package-lock.json b/package-lock.json index af2d966a..f0abfa66 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "honeycomb-beeline", - "version": "2.7.0", + "version": "2.7.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "honeycomb-beeline", - "version": "2.7.0", + "version": "2.7.1", "license": "Apache-2.0", "dependencies": { "@opentelemetry/core": "^0.18.0", diff --git a/package.json b/package.json index 691977cf..4ea09efe 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "node": "10.21.0" }, "license": "Apache-2.0", - "version": "2.7.0", + "version": "2.7.1", "repository": { "type": "git", "url": "https://github.com/honeycombio/beeline-nodejs.git"