Skip to content

Commit 847f6bf

Browse files
chore: release 6.0.2 (cloudevents#497)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ed63f14 commit 847f6bf

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
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.
44

5+
### [6.0.2](https://github.com/cloudevents/sdk-javascript/compare/v6.0.1...v6.0.2) (2022-06-21)
6+
7+
8+
### Bug Fixes
9+
10+
* allow `TypedArray` for binary data ([#494](https://github.com/cloudevents/sdk-javascript/issues/494)) ([921e273](https://github.com/cloudevents/sdk-javascript/commit/921e273ede100ab9a262fdfa1f3d6561d3fab0f9))
11+
* HTTP headers for extensions with false values ([#493](https://github.com/cloudevents/sdk-javascript/issues/493)) ([d6f52ca](https://github.com/cloudevents/sdk-javascript/commit/d6f52ca65f893fdb581bf06b2ff97b3d6eeeb744))
12+
* package.json & package-lock.json to reduce vulnerabilities ([ed63f14](https://github.com/cloudevents/sdk-javascript/commit/ed63f14339fb7774bff865726370fe72a49abca3))
13+
14+
15+
### Miscellaneous
16+
17+
* bump ajv and remove old dep dependency ([#496](https://github.com/cloudevents/sdk-javascript/issues/496)) ([ce02e0a](https://github.com/cloudevents/sdk-javascript/commit/ce02e0a1f3b24624bd8ba443c744b4a6c0cfcb44))
18+
* update owners ([#499](https://github.com/cloudevents/sdk-javascript/issues/499)) ([a62eb44](https://github.com/cloudevents/sdk-javascript/commit/a62eb4466985972cd3112e6f8e3e0b62cb01c1c1))
19+
520
### [6.0.1](https://github.com/cloudevents/sdk-javascript/compare/v6.0.0...v6.0.1) (2022-03-21)
621

722

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudevents",
3-
"version": "6.0.1",
3+
"version": "6.0.2",
44
"description": "CloudEvents SDK for JavaScript",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)