Skip to content

Commit

Permalink
rel: prepare v4.2.0 release (#407)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?

Prepares the next release of libhoney-js.

## Short description of the changes

- Add changelog entry
- Update version to v4.2.0
  • Loading branch information
cewkrupa committed Feb 28, 2024
1 parent 8590867 commit 52a68f2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# libhoney-js changelog

## [4.2.0] - 2024-02-28

### Enhancements

- feat: support classic ingest keys (#406) | [@cewkrupa](https://github.com/cewkrupa)

### Maintenance

- maint: update codeowners to pipeline-team (#405) | [@JamieDanielson](https://github.com/JamieDanielson)
- maint: update codeowners to pipeline (#404) | [@JamieDanielson](https://github.com/JamieDanielson)

## [4.1.0] - 2023-08-17

### Fixes
Expand Down
4 changes: 2 additions & 2 deletions 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": "4.1.0",
"version": "4.2.0",
"description": " Honeycomb.io Javascript library",
"bugs": "https://github.com/honeycombio/libhoney-js/issues",
"repository": {
Expand Down

0 comments on commit 52a68f2

Please sign in to comment.