Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rel: prepare 4.3.1 release #450

Merged
merged 1 commit into from
Dec 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# libhoney-js changelog

## [4.3.1] - 2024-12-20

### Maintenance

- maint: update superagent to pull in updated hexoid (#447) | [@codeboten](https://github.com/codeboten)
- maint(deps-dev): bump @babel/preset-env from 7.24.4 to 7.26.0 (#439)
- maint(deps-dev): bump @rollup/plugin-commonjs from 25.0.7 to 28.0.1 (#440)
- maint(deps-dev): bump braces from 3.0.2 to 3.0.3 (#425)
- maint(deps-dev): bump rollup from 3.20.2 to 3.29.5 (#433)
- maint(deps-dev): bump @babel/core from 7.24.4 to 7.26.0 (#435)
- maint: update dependabot.yml to remove review team, use codeowners instead (#434) | [@codeboten](https://github.com/codeboten)
- maint(deps-dev): bump prettier from 3.0.0 to 3.3.2 (#427)
- docs: update vulnerability reporting process (#431) | [@robbkidd](https://github.com/robbkidd)

## [4.3.0] - 2024-04-25

### !!! 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libhoney",
"version": "4.3.0",
"version": "4.3.1",
"description": " Honeycomb.io Javascript library",
"bugs": "https://github.com/honeycombio/libhoney-js/issues",
"repository": {
Expand Down
Loading