Skip to content

Commit f36a1f0

Browse files
chore: release 5.3.1 (cloudevents#466)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cd4dea9 commit f36a1f0

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

Diff for: CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
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+
### [5.3.1](https://github.com/cloudevents/sdk-javascript/compare/v5.3.0...v5.3.1) (2022-02-02)
6+
7+
8+
### Bug Fixes
9+
10+
* improve binary data detection in HTTP transport ([#468](https://github.com/cloudevents/sdk-javascript/issues/468)) ([cd4dea9](https://github.com/cloudevents/sdk-javascript/commit/cd4dea954b1797eb0e0fe2acd1b32ef75a3b7b65))
11+
* package.json & package-lock.json to reduce vulnerabilities ([#462](https://github.com/cloudevents/sdk-javascript/issues/462)) ([ae8fa79](https://github.com/cloudevents/sdk-javascript/commit/ae8fa799afea279adfbd1f35103fb168621c8a24))
12+
13+
14+
### Documentation
15+
16+
* add TS examples for CloudEvent usage ([#461](https://github.com/cloudevents/sdk-javascript/issues/461)) ([c603831](https://github.com/cloudevents/sdk-javascript/commit/c603831e934c68c1f430708b5bff4dad938093dd))
17+
* fix ts example ([#467](https://github.com/cloudevents/sdk-javascript/issues/467)) ([349b84c](https://github.com/cloudevents/sdk-javascript/commit/349b84c3dad5d282d24780a884a0f94643871247))
18+
19+
20+
### Miscellaneous
21+
22+
* update readme with current Node LTS versions and add Node 16 to the testing matrix([#465](https://github.com/cloudevents/sdk-javascript/issues/465)) ([8abbc11](https://github.com/cloudevents/sdk-javascript/commit/8abbc114af4b784c5061737f432f0af9ccb6c6f2))
23+
524
## [5.3.0](https://github.com/cloudevents/sdk-javascript/compare/v5.2.0...v5.3.0) (2022-01-14)
625

726

Diff for: package-lock.json

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

Diff for: package.json

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

0 commit comments

Comments
 (0)