Skip to content

Commit

Permalink
Prep for release 3.1.1 (#256)
Browse files Browse the repository at this point in the history
## [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)
  • Loading branch information
kentquirk authored Apr 27, 2022
1 parent ab689a8 commit 37302d7
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 37302d7

Please sign in to comment.