Skip to content

Commit

Permalink
rel: Prepare v4.0.1 release (#344)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?
Prepares the v4.0.1 release.

## Short description of the changes
- Updates version in package.json and package-lock.json
- Add changelog entry
  • Loading branch information
MikeGoldsmith authored Jan 19, 2023
1 parent 0bce862 commit c768869
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 4 deletions.
36 changes: 35 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# libhoney-js changelog

## [4.0.1] - 2023-01-19

### Fixes

- Use url-join instead of urljoin (#342) [@adamsmasher](https://github.com/adamsmasher)

### Maintenance

- Add new project workflow (#321) | [@vreynolds](https://github.com/vreynolds)
- Delete workflows for old board (#323) | [@vreynolds](https://github.com/vreynolds)
- Add release file (#322) | [@vreynolds](https://github.com/vreynolds)
- Update dependabot title with semantic commit format (#336) | [@pkanal](https://github.com/pkanal)
- Update validate PR title workflow (#330) | [@pkanal](https://github.com/pkanal)
- Validate PR title (#329) | [@pkanal](https://github.com/pkanal)

### Dependencies

- Bump json5 from 2.2.1 to 2.2.3 (#341)
- Bump qs and formidable (#335)
- Bump babel-jest from 29.1.2 to 29.3.1 (#333)
- Bump @rollup/plugin-json from 4.1.0 to 6.0.0 (#337)
- Bump @rollup/plugin-replace from 4.0.0 to 5.0.2 (#338)
- Bump @rollup/plugin-commonjs from 22.0.2 to 24.0.0 (#339)
- Bump @babel/core from 7.19.3 to 7.20.12 (#343)
- Bump @rollup/plugin-node-resolve from 14.1.0 to 15.0.1 (#325)
- Bump eslint from 8.23.1 to 8.24.0 (#320)
- Bump @babel/core from 7.19.0 to 7.19.3 (#319)
- Bump superagent from 8.0.0 to 8.0.2 (#318)
- Bump @babel/eslint-parser from 7.18.9 to 7.19.1 (#317)
- Bump @babel/preset-env from 7.19.0 to 7.19.3 (#316)
- Bump jest from 29.0.3 to 29.1.2 (#315)
- Bump babel-jest from 29.0.3 to 29.1.2 (#313)
- Bump vm2 from 3.9.7 to 3.9.11 (#312)


## [4.0.0] - 2022-09-19

Expand All @@ -10,7 +44,7 @@
### Maintenance

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

## [3.1.2] - 2022-09-13

### Maintenance
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.0.0",
"version": "4.0.1",
"description": " Honeycomb.io Javascript library",
"bugs": "https://github.com/honeycombio/libhoney-js/issues",
"repository": {
Expand Down

0 comments on commit c768869

Please sign in to comment.