Skip to content

Commit

Permalink
[release] Prepare 4.4.0 - Drop Node 12 Support (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyashley authored Sep 20, 2022
1 parent 2b3efe3 commit e2a819e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 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.0.0] - 2022-09-19

### !!! Breaking Changes !!!

- Drop Node v12, no longer security supported (#308) | [@emilyashley](https://github.com/emilyashley)

### Maintenance

- Set circleCI Node default to latest v16 (#310) | [@emilyashley](https://github.com/emilyashley)

## [3.1.2] - 2022-09-13

### Maintenance
Expand Down
5 changes: 3 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
1. Add release entry to [changelog](./CHANGELOG.md)
2. Update version using `npm version --no-git-tag-version patch` (replace patch with minor / major as needed)
3. Open a PR with the above, and merge that into main
4. Create new tag on merged commit with the new version (e.g. `v2.3.1`)
5. Push the tag upstream (this will kick off the release pipeline in CI)
4. Create new tag on merged commit with the new version (e.g. `git tag -a v2.3.1 -m "v2.3.1"`)
5. Push the tag upstream (this will kick off the release pipeline in CI) e.g. `git push origin v2.3.1`
6. Copy change log entry for newest version into draft GitHub release created as part of CI publish steps
- generate release notes via github release draft for full changelog notes and any new contributors
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": "3.1.2",
"version": "4.0.0",
"description": " Honeycomb.io Javascript library",
"bugs": "https://github.com/honeycombio/libhoney-js/issues",
"repository": {
Expand Down

0 comments on commit e2a819e

Please sign in to comment.