Skip to content

Commit

Permalink
Prepare v3.1.0 release (#508)
Browse files Browse the repository at this point in the history
Co-authored-by: JamieDanielson <jamieedanielson@gmail.com>
  • Loading branch information
MikeGoldsmith and JamieDanielson committed Dec 6, 2021
1 parent 569886e commit 629ed8e
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 2 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,37 @@
# beeline-nodejs changelog

## 3.1.0 [2021-12-06]

### Improvements

- Expand type definitions to include all libhoney options (#502) | [@glenjamin](https://github.com/glenjamin)

### Maintenance

- Update dependabot to monthly (#500) | [@vreynolds](https://github.com/vreynolds)
- Add node 17 to test matrix (#485) | [@vreynolds](https://github.com/vreynolds)
- Remove unnecessary dependency on node types (#484) | [@vreynolds](https://github.com/vreynolds)
- Migrate and update example from examples repo (#494) | [@JamieDanielson](https://github.com/JamieDanielson)
- Empower apply-labels action to apply labels (#490) | [@robbkidd](https://github.com/robbkidd)

### Dependencies

- Bump lint-staged from 12.1.1 to 12.1.2 (#501)
- Bump fastify from 3.22.1 to 3.24.0 (#497)
- Bump @opentelemetry/core from 1.0.0 to 1.0.1 (#496)
- Bump lint-staged from 11.2.4 to 12.1.1 (#498)
- Bump eslint from 8.1.0 to 8.3.0 (#499)
- Bump lint-staged from 11.2.3 to 11.2.4 (#487)
- Bump eslint from 8.0.1 to 8.1.0 (#488)
- Bump libhoney from 2.3.3 to 3.0.0 (#478)
- Bump @opentelemetry/core from 0.25.0 to 1.0.0 (#467)
- Bump eslint from 7.32.0 to 8.0.1 (#474)
- Bump husky from 7.0.2 to 7.0.4 (#483)
- Bump lint-staged from 11.1.2 to 11.2.3 (#482)
- Bump jest from 27.3.0 to 27.3.1 (#480)
- Bump fastify from 3.21.6 to 3.22.1 (#479)
- Bump jest from 27.2.2 to 27.3.0 (#476)

## 3.0.0 [2021-10-14]

### !!! Breaking Changes !!!
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -6,7 +6,7 @@
"node": "12.22.1"
},
"license": "Apache-2.0",
"version": "3.0.0",
"version": "3.1.0",
"repository": {
"type": "git",
"url": "https://github.com/honeycombio/beeline-nodejs.git"
Expand Down

0 comments on commit 629ed8e

Please sign in to comment.