diff --git a/CHANGELOG.md b/CHANGELOG.md index 741d728..ab23304 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # libhoney-js changelog +## [3.1.2] - 2022-09-13 + +### Maintenance + +- Add node version to the user-agent header (#299) | [@emilyashley](https://github.com/emilyashley +- Bump eslint from 8.17.0 to 8.23.1 (#300) +- Bump @babel/core from 7.18.2 to 7.19.0 (#301) +- Bump @rollup/plugin-node-resolve from 13.3.0 to 14.1.0 (#302) +- Bump @babel/preset-env from 7.18.10 to 7.19.0 (#303) +- Bump @babel/eslint-parser from 7.18.2 to 7.18.9 (#305) + ## [3.1.1] - 2022-04-27 ### Bug fixes diff --git a/package-lock.json b/package-lock.json index 7ba9ccd..59a90de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "libhoney", - "version": "3.1.1", + "version": "3.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "libhoney", - "version": "3.1.1", + "version": "3.1.2", "license": "Apache-2.0", "dependencies": { "superagent": "^8.0.0", diff --git a/package.json b/package.json index 21e251b..41c2fe5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libhoney", - "version": "3.1.1", + "version": "3.1.2", "description": " Honeycomb.io Javascript library", "bugs": "https://github.com/honeycombio/libhoney-js/issues", "repository": {