From 37302d7ff62675ff1a3a6714c23887c6df8205d1 Mon Sep 17 00:00:00 2001 From: Kent Quirk Date: Wed, 27 Apr 2022 10:42:21 -0400 Subject: [PATCH] Prep for release 3.1.1 (#256) ## [3.1.1] - 2022-04-27 ### Bug fixes - ab689a8 Update tests to properly terminate (#255) | [@kentquirk](https://github.com/kentquirk) - 79e0c56 Handle `null` transmission in `flush` (#253) | [@sjchmiela](https://github.com/sjchmiela) ### Maintenance - 987d519 maint: remove unused script (#252) - acfe0f4 Bump @rollup/plugin-commonjs from 21.0.1 to 21.0.3 (#248) - 177a17b Bump @babel/preset-env from 7.16.8 to 7.16.11 (#229) - 6c39532 Bump superagent from 7.0.2 to 7.1.2 (#240) - 0712ae3 Bump @babel/core from 7.16.12 to 7.17.9 (#245) - 9e4f698 Bump @babel/eslint-parser from 7.16.5 to 7.17.0 (#251) - 9d35dd4 Bump prettier from 2.5.1 to 2.6.2 (#250) - bf1a996 Bump eslint from 8.6.0 to 8.13.0 (#249) - e6aa53f Bump @rollup/plugin-replace from 3.0.1 to 4.0.0 (#247) --- CHANGELOG.md | 18 ++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 870c25a..741d728 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # libhoney-js changelog +## [3.1.1] - 2022-04-27 + +### Bug fixes + +- Update tests to properly terminate (#255) | [@kentquirk](https://github.com/kentquirk) +- Handle `null` transmission in `flush` (#253) | [@sjchmiela](https://github.com/sjchmiela) + +### Maintenance +- maint: remove unused script (#252) | [@vreynolds](https://github.com/vreynolds) +- Bump @rollup/plugin-commonjs from 21.0.1 to 21.0.3 (#248) +- Bump @babel/preset-env from 7.16.8 to 7.16.11 (#229) +- Bump superagent from 7.0.2 to 7.1.2 (#240) +- Bump @babel/core from 7.16.12 to 7.17.9 (#245) +- Bump @babel/eslint-parser from 7.16.5 to 7.17.0 (#251) +- Bump prettier from 2.5.1 to 2.6.2 (#250) +- Bump eslint from 8.6.0 to 8.13.0 (#249) +- Bump @rollup/plugin-replace from 3.0.1 to 4.0.0 (#247) + ## [3.1.0] - 2022-04-07 ### Enhancements diff --git a/package-lock.json b/package-lock.json index 150d864..64b3eaf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "libhoney", - "version": "3.1.0", + "version": "3.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6625895..ad0f2d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libhoney", - "version": "3.1.0", + "version": "3.1.1", "description": " Honeycomb.io Javascript library", "bugs": "https://github.com/honeycombio/libhoney-js/issues", "repository": {