Skip to content

Commit

Permalink
rel: Prepare 4.2.0 release (#730)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?
Prepares the next release of beeline-nodjs. Includes updating minimum
Node version.

## Short description of the changes
- Update version to 4.2.0 in package.json
- Update minimum node version to 14.18 in package.json & README
- Add changelog entry
  • Loading branch information
MikeGoldsmith committed Apr 26, 2024
1 parent 9d7afbb commit 2c61e55
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,16 @@
# beeline-nodejs changelog

## 4.2.0 [2024-04-26]

### !!! Breaking Changes !!!

Minimum Node version is now 14.18.

### Maintenance

- maint: Bump libhoney to 4.3.0 (#729) | @MikeGoldsmith
- maint: add labels to release.yml for auto-generated grouping (#728) | @JamieDanielson

## 4.1.0 [2024-03-07]

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -13,7 +13,7 @@ This package makes it easy to instrument your Express/NodeJS application to send

## Dependencies

- **Node 14+**
- **Node 14.18+**

## Known Issues

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.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -6,13 +6,13 @@
"node": "16.17.0"
},
"license": "Apache-2.0",
"version": "4.1.0",
"version": "4.2.0",
"repository": {
"type": "git",
"url": "https://github.com/honeycombio/beeline-nodejs.git"
},
"engines": {
"node": ">= 14.*"
"node": ">= 14.18"
},
"files": [
"docs",
Expand Down

0 comments on commit 2c61e55

Please sign in to comment.