From 54ab2542ab47f6ddaf282d7d121ab0f16b50222d Mon Sep 17 00:00:00 2001 From: Paul Osman Date: Wed, 28 Apr 2021 15:49:42 -0500 Subject: [PATCH] Prepare 2.7.0 release (#346) --- CHANGELOG.md | 36 ++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 37 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a40a6e7..c9d3ee5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,41 @@ # beeline-nodejs changelog +## 2.7.0 [04-28-2021] + +### Improvements + +- TypeScript definitions (#308) | [@antonvasin](https://github.com/antonvasin) + +### Fixes + +- Add missing quotes to CustomContext.md (#321) | [@mmalecki](https://github.com/mmalecki) +- transmission is a property of libhoney, but if not declared we cannot pass it from typescript (#339) | [@ilbambino](https://github.com/ilbambino) + +### Maintenance + +- Bump react-dom from 17.0.1 to 17.0.2 (#334) +- Bump @opentelemetry/core from 0.18.0 to 0.18.2 (#333) +- Bump react from 17.0.1 to 17.0.2 (#332) +- Bump husky from 5.2.0 to 6.0.0 (#331) +- Bump fastify from 3.14.0 to 3.14.1 (#328) +- Bump semver from 7.3.4 to 7.3.5 (#327) +- Bump libhoney from 2.2.1 to 2.2.3 (#326) +- Bump eslint from 7.22.0 to 7.23.0 (#325) +- Bump husky from 5.1.3 to 5.2.0 (#323) +- Bump fastify from 3.12.0 to 3.14.0 (#320) +- Bump eslint from 7.19.0 to 7.22.0 (#319) +- Bump @opentelemetry/core from 0.16.0 to 0.18.0 (#317) +- Bump husky from 4.3.8 to 5.1.3 (#316) +- Bump fastify from 3.11.0 to 3.12.0 (#311) +- Bump lint-staged from 10.5.3 to 10.5.4 (#306) +- Bump @opentelemetry/core from 0.15.0 to 0.16.0 (#305) +- Bump eslint from 7.18.0 to 7.19.0 (#304) +- Toshok no longer has a branch for that (kidding, he totally has a branch for that) (#303) +- Bump supertest from 6.1.1 to 6.1.3 (#302) +- Bump fastify from 3.10.1 to 3.11.0 (#301) +- Bump prettier from 2.1.2 to 2.2.1 (#300) +- Bump @opentelemetry/core from 0.12.0 to 0.15.0 (#299) + ## 2.6.0 ### Improvements diff --git a/package.json b/package.json index 663fbf5d..dc051cea 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "node": "10.21.0" }, "license": "Apache-2.0", - "version": "2.6.0", + "version": "2.7.0", "repository": { "type": "git", "url": "https://github.com/honeycombio/beeline-nodejs.git"