From e2a819efe83b2282c6bbf2bd0b25165630ef1da7 Mon Sep 17 00:00:00 2001 From: Emily Ashley <15912063+emilyashley@users.noreply.github.com> Date: Tue, 20 Sep 2022 11:57:36 -0500 Subject: [PATCH] [release] Prepare 4.4.0 - Drop Node 12 Support (#311) --- CHANGELOG.md | 11 +++++++++++ RELEASE.md | 5 +++-- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 17 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 505d385..5372c36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/RELEASE.md b/RELEASE.md index 7855d00..5ee534e 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -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 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 2dfa582..37d0b96 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "libhoney", - "version": "3.1.2", + "version": "4.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "libhoney", - "version": "3.1.2", + "version": "4.0.0", "license": "Apache-2.0", "dependencies": { "superagent": "^8.0.0", diff --git a/package.json b/package.json index d3b73de..336152c 100644 --- a/package.json +++ b/package.json @@ -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": {