Skip to content

Commit

Permalink
chore(release): 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
birtles committed Nov 21, 2024
1 parent 3ab253c commit c844fd7
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.7.0](https://github.com/birchill/bugsnag-zero/compare/v0.6.9...v0.7.0) (2024-11-21)

### ⚠ BREAKING CHANGES

- If you want to continue to use `ua-parser-js` in
`lambda-context` you will need to use `lambdaContextWithUaParser` and
pass in your own parser function as described here:
https://github.com/birchill/bugsnag-zero?tab=readme-ov-file#using-a-custom-user-agent-string-parser

This is because from version `ua-parser-js` version 2 onwards, users are
required to either use the AGPL version or license the library.

It's best to allow users of this package to decide how they want to
consume `ua-parser-js`.

### Features

- don't require ua-parser-js in lambda-context ([3ab253c](https://github.com/birchill/bugsnag-zero/commit/3ab253cc9c1c1a7820f780cab1383c376ae492c1))

### Bug Fixes

- **deps:** update dependency ua-parser-js to v1.0.39 ([bb79fdc](https://github.com/birchill/bugsnag-zero/commit/bb79fdc7f4ebe90d9a135d3fa618242ef2f9cb64))

### [0.6.9](https://github.com/birchill/bugsnag-zero/compare/v0.6.8...v0.6.9) (2024-06-24)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@birchill/bugsnag-zero",
"version": "0.6.9",
"version": "0.7.0",
"description": "A lightweight Bugsnag client",
"repository": "https://github.com/birchill/bugsnag-zero.git",
"author": "Birchill, Inc.",
Expand Down

0 comments on commit c844fd7

Please sign in to comment.